makefile tweak, add a comment to frame.c
This commit is contained in:
parent
f83ac8476c
commit
94c3b02eef
@ -57,8 +57,8 @@ desktopfiles_DATA=metacity.desktop
|
||||
IMAGES=default_icon.png
|
||||
VARIABLES=default_icon_data $(srcdir)/default_icon.png
|
||||
|
||||
noinst_DATA = inlinepixbufs.h
|
||||
CLEANFILES += $(noinst_DATA)
|
||||
BUILT_SOURCES = inlinepixbufs.h
|
||||
CLEANFILES += inlinepixbufs.h
|
||||
|
||||
inlinepixbufs.h: $(IMAGES)
|
||||
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user