]> git.saurik.com Git - wxWidgets.git/commit - include/wx/x11/window.h
Rename wxWindow::GetMainWindow() to X11GetMainWindow() in wxX11.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2010 13:03:05 +0000 (13:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2010 13:03:05 +0000 (13:03 +0000)
commit679918f93d18cff9fc833be3e4d34b4e57513aac
tree276df1cd9b6631461905d40255631f11696d9103
parent21867d9888fbd096ad1a2ea4bb6ef0959ae38e64
Rename wxWindow::GetMainWindow() to X11GetMainWindow() in wxX11.

This avoids conflicts with GetMainWindow() defined in other wxWindow-derived
classes (such as wxDataViewCtrl and potentially user-defined classes as well).

Closes #11818.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/x11/reparent.h
include/wx/x11/window.h
src/x11/app.cpp
src/x11/dcclient.cpp
src/x11/reparent.cpp
src/x11/toplevel.cpp
src/x11/window.cpp