mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Flush events in virtual pointer example
This commit is contained in:
parent
fd2b1f018e
commit
2fd20b17b6
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue