mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
implement fullscreen for x11
This commit is contained in:
@@ -495,8 +495,6 @@ void X11Window::hide()
|
||||
|
||||
void X11Window::maximize()
|
||||
{
|
||||
updateUnmaximizedCoords();
|
||||
|
||||
Atom wmState = XInternAtom(m_display, "_NET_WM_STATE", False);
|
||||
Atom wmStateMaximizedVert = XInternAtom(m_display, "_NET_WM_STATE_MAXIMIZED_VERT", False);
|
||||
Atom wmStateMaximizedHorz = XInternAtom(m_display, "_NET_WM_STATE_MAXIMIZED_HORZ", False);
|
||||
|
||||
Reference in New Issue
Block a user