aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-17 22:41:24 (GMT)
committerfluxgen <fluxgen>2003-02-17 22:41:24 (GMT)
commitd104801f6312616ea1d4abc2ffc506a5ba5f3d06 (patch)
tree896c4b147b856ea5b88fb174e5ef2c64e76f5fef /src/Window.hh
parentc5c5f7dca28c0f7f6da297f6aa2675d02ad123ae (diff)
downloadfluxbox-d104801f6312616ea1d4abc2ffc506a5ba5f3d06.zip
fluxbox-d104801f6312616ea1d4abc2ffc506a5ba5f3d06.tar.bz2
holding last move
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 18e9128..0f6c75b 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.48 2003/02/16 17:57:53 rathnor Exp $ 25// $Id: Window.hh,v 1.49 2003/02/17 22:41:24 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -347,6 +347,7 @@ private:
347 347
348 int button_grab_x, button_grab_y; // handles last button press event for move 348 int button_grab_x, button_grab_y; // handles last button press event for move
349 int last_resize_x, last_resize_y; // handles last button press event for resize 349 int last_resize_x, last_resize_y; // handles last button press event for resize
350 int last_move_x, last_move_y; // handles last pos for non opaque moving
350 unsigned int last_resize_h, last_resize_w; // handles height/width for resize "window" 351 unsigned int last_resize_h, last_resize_w; // handles height/width for resize "window"
351 352
352 int focus_mode, window_number; 353 int focus_mode, window_number;
@@ -399,7 +400,7 @@ private:
399 int m_layernum; 400 int m_layernum;
400 401
401 enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE }; 402 enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE };
402 403
403}; 404};
404 405
405 406