aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-23 09:51:54 (GMT)
committermarkt <markt>2006-07-23 09:51:54 (GMT)
commitbe2f40a10d9c11a56c0c53307be5557a127027e9 (patch)
tree0cd5067c32dc42dbcbb59ad32d7d2a08f44cdf6f /src/WinClient.hh
parentb0b28c4bbb20ffcf56b445caca112d8866c9c788 (diff)
downloadfluxbox-be2f40a10d9c11a56c0c53307be5557a127027e9.zip
fluxbox-be2f40a10d9c11a56c0c53307be5557a127027e9.tar.bz2
use a timer to make sure focus always reverts if possible
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh
index 4808807..3a9d792 100644
--- a/src/WinClient.hh
+++ b/src/WinClient.hh
@@ -53,9 +53,6 @@ public:
53 bool sendFocus(); // returns whether we sent a message or not 53 bool sendFocus(); // returns whether we sent a message or not
54 // i.e. whether we assume the focus will get taken 54 // i.e. whether we assume the focus will get taken
55 bool acceptsFocus() const; // will this window accept focus (according to hints) 55 bool acceptsFocus() const; // will this window accept focus (according to hints)
56 void setInputFocus(int revert_to, int time);
57 inline bool isWaitingFocus() { return m_waiting_focus; }
58 void receivedFocus() { m_waiting_focus = false; m_focussig.notify(); }
59 void sendClose(bool forceful = false); 56 void sendClose(bool forceful = false);
60 // not aware of anything that makes this false at present 57 // not aware of anything that makes this false at present
61 inline bool isClosable() const { return true; } 58 inline bool isClosable() const { return true; }
@@ -200,7 +197,6 @@ private:
200 // or indicates that we are modal if don't have any transients 197 // or indicates that we are modal if don't have any transients
201 int m_modal; 198 int m_modal;
202 bool send_focus_message, send_close_message; 199 bool send_focus_message, send_close_message;
203 bool m_waiting_focus;
204 200
205 int m_win_gravity; 201 int m_win_gravity;
206 202