mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-22 05:34:12 -04:00
Fix flower client.
This commit is contained in:
parent
ab909aedac
commit
57b751b0c3
1 changed files with 3 additions and 0 deletions
3
flower.c
3
flower.c
|
|
@ -157,6 +157,9 @@ int main(int argc, char *argv[])
|
||||||
source = wl_glib_source_new(display);
|
source = wl_glib_source_new(display);
|
||||||
g_source_attach(source, NULL);
|
g_source_attach(source, NULL);
|
||||||
|
|
||||||
|
/* Process connection events. */
|
||||||
|
wl_display_iterate(display, WL_DISPLAY_READABLE);
|
||||||
|
|
||||||
flower.compositor = wl_display_get_compositor(display);
|
flower.compositor = wl_display_get_compositor(display);
|
||||||
flower.x = 512;
|
flower.x = 512;
|
||||||
flower.y = 384;
|
flower.y = 384;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue