aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-21 15:26:57 (GMT)
committerrathnor <rathnor>2003-07-21 15:26:57 (GMT)
commit9932b880490d92d12bc07e60e1b7f0c59f29d0fc (patch)
tree0e1b1ccf13625e4197d563545636f34efb7db0be /src/WinClient.hh
parent370a9d474475d708f03795665d915f314f1665fa (diff)
downloadfluxbox-9932b880490d92d12bc07e60e1b7f0c59f29d0fc.zip
fluxbox-9932b880490d92d12bc07e60e1b7f0c59f29d0fc.tar.bz2
fix focus properly
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh5
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;