aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-16 22:15:22 (GMT)
committerfluxgen <fluxgen>2003-04-16 22:15:22 (GMT)
commit2ff48d59e5cfa3459fabab49375484983ca519b6 (patch)
treedc4bfc98b1e8d6ae7edfca6ba2bf08426595da94
parent8368510d3a1d9db5943090a22185e0d87a8384e9 (diff)
downloadfluxbox-2ff48d59e5cfa3459fabab49375484983ca519b6.zip
fluxbox-2ff48d59e5cfa3459fabab49375484983ca519b6.tar.bz2
no border for clientarea
-rw-r--r--src/FbWinFrame.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index 7fd15cb..c7e1cb1 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWinFrame.cc,v 1.21 2003/04/16 12:26:21 fluxgen Exp $ 22// $Id: FbWinFrame.cc,v 1.22 2003/04/16 22:15:22 fluxgen Exp $
23 23
24#include "FbWinFrame.hh" 24#include "FbWinFrame.hh"
25#include "ImageControl.hh" 25#include "ImageControl.hh"
@@ -774,7 +774,7 @@ void FbWinFrame::init() {
774 m_handle_focused_pm = 774 m_handle_focused_pm =
775 m_handle_unfocused_pm = 0; 775 m_handle_unfocused_pm = 0;
776 m_grip_unfocused_pm = m_grip_focused_pm = 0; 776 m_grip_unfocused_pm = m_grip_focused_pm = 0;
777 777 m_clientarea.setBorderWidth(0);
778 m_shaded = false; 778 m_shaded = false;
779 m_label.show(); 779 m_label.show();
780 780