makefile tweak, add a comment to frame.c

This commit is contained in:
Havoc Pennington
2001-10-13 04:00:08 +00:00
parent f83ac8476c
commit 94c3b02eef
2 changed files with 3 additions and 2 deletions

View File

@ -112,6 +112,7 @@ meta_window_ensure_frame (MetaWindow *window)
frame->xwindow,
window->rect.x,
window->rect.y);
/* FIXME handle this error */
meta_error_trap_pop (window->display);
/* stick frame to the window */