diff options
author | rathnor <rathnor> | 2003-07-21 15:26:57 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-21 15:26:57 (GMT) |
commit | 9932b880490d92d12bc07e60e1b7f0c59f29d0fc (patch) | |
tree | 0e1b1ccf13625e4197d563545636f34efb7db0be /src/WinClient.hh | |
parent | 370a9d474475d708f03795665d915f314f1665fa (diff) | |
download | fluxbox-9932b880490d92d12bc07e60e1b7f0c59f29d0fc.zip fluxbox-9932b880490d92d12bc07e60e1b7f0c59f29d0fc.tar.bz2 |
fix focus properly
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index cedbdd7..7626514 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -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: WinClient.hh,v 1.9 2003/07/20 18:05:39 rathnor Exp $ | 22 | // $Id: WinClient.hh,v 1.10 2003/07/21 15:26:56 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef WINCLIENT_HH | 24 | #ifndef WINCLIENT_HH |
25 | #define WINCLIENT_HH | 25 | #define WINCLIENT_HH |
@@ -42,7 +42,8 @@ public: | |||
42 | 42 | ||
43 | ~WinClient(); | 43 | ~WinClient(); |
44 | void updateRect(int x, int y, unsigned int width, unsigned int height); | 44 | void updateRect(int x, int y, unsigned int width, unsigned int height); |
45 | void sendFocus(); | 45 | bool sendFocus(); // returns whether we sent a message or not |
46 | // i.e. whether we assume the focus will get taken | ||
46 | void sendClose(); | 47 | void sendClose(); |
47 | void reparent(Window win, int x, int y); | 48 | void reparent(Window win, int x, int y); |
48 | bool getAttrib(XWindowAttributes &attr) const; | 49 | bool getAttrib(XWindowAttributes &attr) const; |