diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 2 |
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) |