GDK_ROOT_PARENT -> gdk_get_default_root_window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,7 +35,7 @@ wxScreenDC::wxScreenDC()
|
||||
{
|
||||
m_ok = FALSE;
|
||||
m_cmap = gdk_colormap_get_system();
|
||||
m_window = GDK_ROOT_PARENT();
|
||||
m_window = gdk_get_default_root_window();
|
||||
|
||||
m_context = gdk_pango_context_get();
|
||||
// Note: The Sun customised version of Pango shipping with Solaris 10
|
||||
|
Reference in New Issue
Block a user