diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Window.hh | 5 |
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 | ||