]> git.saurik.com Git - wxWidgets.git/commit
[wxGTK] Be pessimistic about transparency being visually shown in CanSetTransparent...
authorMart Raudsepp <leio@gentoo.org>
Wed, 19 Jul 2006 18:59:03 +0000 (18:59 +0000)
committerMart Raudsepp <leio@gentoo.org>
Wed, 19 Jul 2006 18:59:03 +0000 (18:59 +0000)
commit60169b7a51f096b48ac5916834aef220d4cc9e97
treea8c7c647b689086fe0a83e5b43025fbc06487773
parent07e497070e5666bf25e0f3616b853399b8b86c48
[wxGTK] Be pessimistic about transparency being visually shown in CanSetTransparent. With current code
CanSetTransparent will only return TRUE if gtk+ version is at least 2.10 AND there is a running compositing
manager that implements the _NET_WM_CM_Sn EWMH spec addition proposal (at this point only metacity GL based
compositor, afaik). This is for wxAUI to be able to implement dock preview correctly. In general these behaviours
needs some discussion.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/toplevel.cpp