silliness. I blame it on lack of sleep ;)
rathnor rathnor
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
src/Window.cc
→
src/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); }