all repos — fluxbox @ 159ef752ca0b96daea6758a6ffe46f128baf4244

custom fork of the fluxbox windowmanager

silliness. I blame it on lack of sleep ;)
rathnor rathnor
commit

159ef752ca0b96daea6758a6ffe46f128baf4244

parent

b3ba75792908cbc14555001d7495828206a23fdc

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

jump to
M src/Window.ccsrc/Window.cc

@@ -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.cc,v 1.126 2003/02/23 13:40:22 rathnor Exp $ +// $Id: Window.cc,v 1.127 2003/02/23 13:58:36 rathnor Exp $ #include "Window.hh"

@@ -2395,8 +2395,8 @@ right_fixsize();

moveResize(last_resize_x, last_resize_y, - last_resize_w; - last_resize_h; + last_resize_w, + last_resize_h); XUngrabPointer(display, CurrentTime); }