summaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
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;