mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-09 05:34:31 -04:00
Fix namespace convention for glib source.
This commit is contained in:
parent
35052568d0
commit
e2ce43a9be
5 changed files with 23 additions and 24 deletions
2
flower.c
2
flower.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue