aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh7
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;