new cursors
bug in menuitem->check minor things here and there git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -94,8 +94,7 @@ bool wxColourDisplay(void)
|
||||
|
||||
int wxDisplayDepth(void)
|
||||
{
|
||||
wxFAIL_MSG( "wxDisplayDepth always returns 8" );
|
||||
return 8;
|
||||
return gdk_window_get_visual( (GdkWindow*) &gdk_root_parent )->depth;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user