mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-29 03:31:57 +00:00
[client] x11/sdl/wayland: implement new minimize (stub for wayland)
This implements the new minimize function introduced in the last commit for x11 and SDL. Wayland at current is just a stub and needs some attention.
This commit is contained in:
@@ -146,3 +146,8 @@ bool waylandGetFullscreen(void)
|
||||
{
|
||||
return wlWm.fullscreen;
|
||||
}
|
||||
|
||||
void waylandMinimize(void)
|
||||
{
|
||||
//FIXME
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user