mirror of
https://github.com/encounter/SDL.git
synced 2025-12-16 16:37:09 +00:00
Don't use "round", so that it's doesn't show up while searching for the function
This commit is contained in:
@@ -220,7 +220,7 @@ Wayland_SendWakeupEvent(_THIS, SDL_Window *window)
|
||||
{
|
||||
SDL_VideoData *d = _this->driverdata;
|
||||
|
||||
/* TODO: Maybe use a pipe to avoid the compositor round trip? */
|
||||
/* TODO: Maybe use a pipe to avoid the compositor roundtrip? */
|
||||
wl_display_sync(d->display);
|
||||
WAYLAND_wl_display_flush(d->display);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user