OctaneGUI
OctaneGUI copied to clipboard
Windowing: Implement hiding minimize button on Linux.
The minimize button on the window's title bar is always visible even if Window::CanMinimize is set to false. Hiding this button is implemented on Windows and Mac platforms. This may require using X11 APIs in order to properly hide the button.