all repos — fluxbox @ d104801f6312616ea1d4abc2ffc506a5ba5f3d06

custom fork of the fluxbox windowmanager

holding last move
fluxgen fluxgen
commit

d104801f6312616ea1d4abc2ffc506a5ba5f3d06

parent

c5c5f7dca28c0f7f6da297f6aa2675d02ad123ae

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/Window.hhsrc/Window.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ timeval lastFocusTime;

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 @@ FbTk::XLayerItem m_layeritem;

int m_layernum; enum { F_NOINPUT = 0, F_PASSIVE, F_LOCALLYACTIVE, F_GLOBALLYACTIVE }; - + };