diff options
author | fluxgen <fluxgen> | 2003-04-15 14:40:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-15 14:40:24 (GMT) |
commit | 9e96f89dbe6ad5a8ace36128d50d1c6737968fa8 (patch) | |
tree | d4e3420d3e070bd06667af40b2aa7e6e2ea9b312 /src/Window.hh | |
parent | 86f3dc3b8cb7bb1130343456b35db05c8ac0f4a0 (diff) | |
download | fluxbox_pavel-9e96f89dbe6ad5a8ace36128d50d1c6737968fa8.zip fluxbox_pavel-9e96f89dbe6ad5a8ace36128d50d1c6737968fa8.tar.bz2 |
drag and drop support for tabs
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index e8e4641..c246e9f 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.54 2003/04/14 14:45:14 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.55 2003/04/15 14:39:15 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -318,7 +318,9 @@ private: | |||
318 | void startResizing(Window win, int x, int y, bool left); | 318 | void startResizing(Window win, int x, int y, bool left); |
319 | void stopResizing(Window win=0); | 319 | void stopResizing(Window win=0); |
320 | void updateIcon(); | 320 | void updateIcon(); |
321 | 321 | /// try to attach current attaching client to a window at pos x, y | |
322 | void attachTo(int x, int y); | ||
323 | |||
322 | void updateTransientInfo(); | 324 | void updateTransientInfo(); |
323 | 325 | ||
324 | bool getState(); | 326 | bool getState(); |
@@ -355,6 +357,7 @@ private: | |||
355 | //Window state | 357 | //Window state |
356 | bool moving, resizing, shaded, maximized, visible, iconic, transient, | 358 | bool moving, resizing, shaded, maximized, visible, iconic, transient, |
357 | focused, stuck, modal, send_focus_message, m_managed; | 359 | focused, stuck, modal, send_focus_message, m_managed; |
360 | WinClient *m_attaching_tab; | ||
358 | 361 | ||
359 | BScreen &screen; /// screen on which this window exist | 362 | BScreen &screen; /// screen on which this window exist |
360 | FbTk::Timer timer; | 363 | FbTk::Timer timer; |