This commit is contained in:
rhp
2001-06-30 23:17:52 +00:00
parent ed2af7d22f
commit 43f807c5e1
25 changed files with 487 additions and 3484 deletions

View File

@ -98,6 +98,7 @@ meta_core_user_move (Display *xdisplay,
void
meta_core_user_resize (Display *xdisplay,
Window frame_xwindow,
int gravity,
int width,
int height)
{
@ -111,7 +112,7 @@ meta_core_user_resize (Display *xdisplay,
meta_bug ("No such frame window 0x%lx!\n", frame_xwindow);
window->user_has_resized = TRUE;
meta_window_resize (window, width, height);
meta_window_resize_with_gravity (window, width, height, gravity);
}
void
@ -375,4 +376,3 @@ meta_core_show_window_menu (Display *xdisplay,
meta_window_show_menu (window, root_x, root_y, button, timestamp);
}