]> git.saurik.com Git - wxWidgets.git/commit - src/common/utilscmn.cpp
Define wxSetDetectableAutoRepeat() for X11-based ports only.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:22:44 +0000 (00:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:22:44 +0000 (00:22 +0000)
commitf9837e4693de73bc10087e6709e9cdd6e3834855
tree298afcf6f1315a91600a1b707130c2e900010dce
parentef3da29bf191dc33ac1182ebad82a5a4e0468266
Define wxSetDetectableAutoRepeat() for X11-based ports only.

This function is not needed in wxGTK2 as GTK+ sets detectable auto-repeat on
its own in gdk_display_open() anyhow, so move its implementation to
src/x11/utilsx.cpp where it can be used by wxX11 and wxMotif which do need it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/utilscmn.cpp
src/gtk/app.cpp
src/gtk/utilsgtk.cpp
src/x11/utilsx.cpp