aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-26 04:18:10 (GMT)
committersimonb <simonb>2005-04-26 04:18:10 (GMT)
commite57a30f664f7fb2660967f40db2c10759c2e9e4f (patch)
treecab24eb65d78ccf35b9bdb182adfcbd971d6f66f /src/WinClient.hh
parent1c2f92a3d2288b1cae9500110a72173506a18072 (diff)
downloadfluxbox-e57a30f664f7fb2660967f40db2c10759c2e9e4f.zip
fluxbox-e57a30f664f7fb2660967f40db2c10759c2e9e4f.tar.bz2
fix systray client sizing
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 4680a4e..49e1931 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -50,8 +50,6 @@ public:
50 50
51 ~WinClient(); 51 ~WinClient();
52 52
53 void updateRect(int x, int y, unsigned int width, unsigned int height);
54
55 bool sendFocus(); // returns whether we sent a message or not 53 bool sendFocus(); // returns whether we sent a message or not
56 // i.e. whether we assume the focus will get taken 54 // i.e. whether we assume the focus will get taken
57 bool acceptsFocus() const; // will this window accept focus (according to hints) 55 bool acceptsFocus() const; // will this window accept focus (according to hints)