summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2001-10-13 04:00:08 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-10-13 04:00:08 +0000
commit94c3b02eefd5c20ce63d66bf2edf33b3c2a3ffab (patch)
tree363036884b6586d3182a077dcf6f83486f9b9165 /src/frame.c
parentf83ac8476cac365035b7627978fcc6379c216275 (diff)
downloadmutter-94c3b02eefd5c20ce63d66bf2edf33b3c2a3ffab.tar.gz
makefile tweak, add a comment to frame.c
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index b34fb547c..0599c84a7 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -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 */