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
|
IMAGES=default_icon.png
|
||||||
VARIABLES=default_icon_data $(srcdir)/default_icon.png
|
VARIABLES=default_icon_data $(srcdir)/default_icon.png
|
||||||
|
|
||||||
noinst_DATA = inlinepixbufs.h
|
BUILT_SOURCES = inlinepixbufs.h
|
||||||
CLEANFILES += $(noinst_DATA)
|
CLEANFILES += inlinepixbufs.h
|
||||||
|
|
||||||
inlinepixbufs.h: $(IMAGES)
|
inlinepixbufs.h: $(IMAGES)
|
||||||
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
|
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
|
||||||
|
@ -112,6 +112,7 @@ meta_window_ensure_frame (MetaWindow *window)
|
|||||||
frame->xwindow,
|
frame->xwindow,
|
||||||
window->rect.x,
|
window->rect.x,
|
||||||
window->rect.y);
|
window->rect.y);
|
||||||
|
/* FIXME handle this error */
|
||||||
meta_error_trap_pop (window->display);
|
meta_error_trap_pop (window->display);
|
||||||
|
|
||||||
/* stick frame to the window */
|
/* stick frame to the window */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user