mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
Flush events in virtual pointer example
This commit is contained in:
parent
fd2b1f018e
commit
2fd20b17b6
@ -132,5 +132,7 @@ int main(int argc, char *argv[]) {
|
|||||||
zwlr_virtual_pointer_v1_frame(pointer);
|
zwlr_virtual_pointer_v1_frame(pointer);
|
||||||
zwlr_virtual_pointer_v1_destroy(pointer);
|
zwlr_virtual_pointer_v1_destroy(pointer);
|
||||||
|
|
||||||
|
wl_display_flush(display);
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user