diff --git a/uppsrc/CtrlCore/GtkWnd.cpp b/uppsrc/CtrlCore/GtkWnd.cpp index a3d1a2d65..24d1524a6 100644 --- a/uppsrc/CtrlCore/GtkWnd.cpp +++ b/uppsrc/CtrlCore/GtkWnd.cpp @@ -56,7 +56,9 @@ bool Ctrl::IsAlphaSupported() bool Ctrl::IsCompositedGui() { - return false; + GuiLock __; + static bool b = gdk_display_supports_composite(gdk_display_get_default()); + return b; } Vector Ctrl::GetTopCtrls()