diff options
author | rathnor <rathnor> | 2003-03-22 05:13:08 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-03-22 05:13:08 (GMT) |
commit | 4b2ba8de473c028c16796f5c6cfcd41e97ef239e (patch) | |
tree | d67a5b21089d084d9fba3e181d0cd4b7f0dd5813 /src/Window.hh | |
parent | 121e135a37c098334d142c5a04990af83fe18b7e (diff) | |
download | fluxbox-4b2ba8de473c028c16796f5c6cfcd41e97ef239e.zip fluxbox-4b2ba8de473c028c16796f5c6cfcd41e97ef239e.tar.bz2 |
fix outline moving and warping (Simon)
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index b8dc179..37dad15 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.52 2003/02/23 01:08:09 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.53 2003/03/22 05:13:08 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -356,6 +356,7 @@ private: | |||
356 | int last_resize_x, last_resize_y; // handles last button press event for resize | 356 | int last_resize_x, last_resize_y; // handles last button press event for resize |
357 | int last_move_x, last_move_y; // handles last pos for non opaque moving | 357 | int last_move_x, last_move_y; // handles last pos for non opaque moving |
358 | unsigned int last_resize_h, last_resize_w; // handles height/width for resize "window" | 358 | unsigned int last_resize_h, last_resize_w; // handles height/width for resize "window" |
359 | unsigned int move_ws; // handles home workspace for opaque workspace warping | ||
359 | 360 | ||
360 | int focus_mode, window_number; | 361 | int focus_mode, window_number; |
361 | unsigned int workspace_number; | 362 | unsigned int workspace_number; |