Fix namespace convention for glib source.

This commit is contained in:
Kristian Høgsberg 2008-12-02 18:28:23 -05:00
parent 35052568d0
commit e2ce43a9be
5 changed files with 23 additions and 24 deletions

View file

@ -425,7 +425,7 @@ int main(int argc, char *argv[])
}
loop = g_main_loop_new(NULL, FALSE);
source = wayland_source_new(display);
source = wl_glib_source_new(display);
g_source_attach(source, NULL);
window = window_create(display, fd);