Create a wrapper file for X11/XKBlib.h header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 May 2012 13:12:20 +0000 (13:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 May 2012 13:12:20 +0000 (13:12 +0000)
commit814028444d682b23af3809227cd485f4bebc1286
tree463c8d84d4cd107ec19491c8004799eccdc0db03
parent319ff5745e1ccd17245cdb1840b387e80e7e3953
Create a wrapper file for X11/XKBlib.h header.

We need some hacks for the older systems before including this header, extract
them from src/x11/utilsx.cpp into a new private header to be able to reuse it
from wxGTK in the next commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/make_dist.mk
include/wx/x11/private/wrapxkb.h [new file with mode: 0644]
src/x11/utilsx.cpp