Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Zeni
wlroots
Commits
2fd20b17
Commit
2fd20b17
authored
May 22, 2021
by
Brian McKenna
Committed by
Simon Ser
May 22, 2021
Browse files
Flush events in virtual pointer example
parent
fd2b1f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/virtual-pointer.c
View file @
2fd20b17
...
...
@@ -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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment