[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage of pango_x_get_context to not...
authorMart Raudsepp <leio@gentoo.org>
Wed, 17 Aug 2005 21:40:44 +0000 (21:40 +0000)
committerMart Raudsepp <leio@gentoo.org>
Wed, 17 Aug 2005 21:40:44 +0000 (21:40 +0000)
commitf26623c81769a5ec293dcad0ee6ed3fa48b07f82
tree9fa90f9d8017fae8f79601290e36029d6aecfb38
parentbefb44cf2ea21149c1c5a04c11a13e36051cba22
[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage of pango_x_get_context to not depend on a fully deprecated
pangox library, which is not pulled in with gtk+-2.8.0. The pango_x_get_context call was (arguably) making font
drawing on top of a wxDC slightly faster on (especially remote) X11 in case of non-antialiased fonts (I was unable to
find a non-antialiased font that actually returns true for GetNoAntiAliasing()).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/window.h
include/wx/gtk1/window.h
src/gtk/dcclient.cpp
src/gtk/window.cpp
src/gtk1/dcclient.cpp
src/gtk1/window.cpp