OctaneGUI icon indicating copy to clipboard operation
OctaneGUI copied to clipboard

Windowing: Implement hiding minimize button on Linux.

Open mdavisprog opened this issue 3 years ago • 0 comments

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.

mdavisprog avatar Sep 07 '22 01:09 mdavisprog