fix warning

2003-11-15  Havoc Pennington  <hp@redhat.com>

	* src/main.c (main): fix warning

	* src/compositor.c: add a new file to contain compositing manager
	functionality; not yet implemented at all.
This commit is contained in:
Havoc Pennington
2003-11-16 04:20:17 +00:00
committed by Havoc Pennington
parent 6ac67f80a6
commit 901ad18a67
4 changed files with 39 additions and 1 deletions

View File

@ -14,6 +14,8 @@ metacity_SOURCES= \
bell.h \
bell.c \
common.h \
compositor.c \
compositor.h \
constraints.c \
constraints.h \
core.c \

View File

@ -430,7 +430,7 @@ main (int argc, char **argv)
if (!meta_ui_have_a_theme ())
{
gchar *dir_entry = NULL;
const char *dir_entry = NULL;
GError *err = NULL;
GDir *themes_dir = NULL;