This commit is contained in:
rhp
2001-06-20 03:01:26 +00:00
parent 5fd26a273d
commit ca69bef032
13 changed files with 220 additions and 50 deletions

View File

@ -70,9 +70,8 @@ meta_core_queue_frame_resize (Display *xdisplay,
window = meta_display_lookup_x_window (display, frame_xwindow);
if (window == NULL || window->frame == NULL)
meta_bug ("No such frame window 0x%lx!\n", frame_xwindow);
meta_bug ("No such frame window 0x%lx!\n", frame_xwindow);
g_warning ("FIXME");
meta_window_queue_move_resize (window);
}