Extract X11 Display wrapper class in a private header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Aug 2010 22:15:13 +0000 (22:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Aug 2010 22:15:13 +0000 (22:15 +0000)
commitacdc8633de4cad24bc971f3a3a0c3072fcc7f09a
tree82b4c2cf805d8db5bcf6472d171578f49fab1daa
parent1c9039c352009b729886e30c7537ab74b0d6d2ef
Extract X11 Display wrapper class in a private header.

No real changes, just extract a private Dpy class used by wxGTK to a header
and rename it to wxX11Display.

This will allow reusing it from X11 wxUIActionSimulator implementation in the
upcoming commits.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/utilsx11.h
src/gtk/utilsgtk.cpp