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

@ -155,7 +155,7 @@ int main(int argc, char *argv[])
return -1;
}
source = wayland_source_new(display);
source = wl_glib_source_new(display);
g_source_attach(source, NULL);
flower.display = display;