Flush events in virtual pointer example

This commit is contained in:
Brian McKenna 2021-05-22 13:01:20 +10:00 committed by Simon Ser
parent fd2b1f018e
commit 2fd20b17b6
1 changed files with 2 additions and 0 deletions

View File

@ -132,5 +132,7 @@ int main(int argc, char *argv[]) {
zwlr_virtual_pointer_v1_frame(pointer);
zwlr_virtual_pointer_v1_destroy(pointer);
wl_display_flush(display);
return EXIT_SUCCESS;
}