holding last move

This commit is contained in:
fluxgen 2003-02-17 22:41:24 +00:00
parent c5c5f7dca2
commit d104801f63

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Window.hh,v 1.48 2003/02/16 17:57:53 rathnor Exp $
// $Id: Window.hh,v 1.49 2003/02/17 22:41:24 fluxgen Exp $
#ifndef WINDOW_HH
#define WINDOW_HH
@ -347,6 +347,7 @@ private:
int button_grab_x, button_grab_y; // handles last button press event for move
int last_resize_x, last_resize_y; // handles last button press event for resize
int last_move_x, last_move_y; // handles last pos for non opaque moving
unsigned int last_resize_h, last_resize_w; // handles height/width for resize "window"
int focus_mode, window_number;
@ -399,7 +400,7 @@ private:
int m_layernum;
enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE };
};