]> git.saurik.com Git - wxWidgets.git/commit
Remove X11-specific wxWindowIsVisible() from common Unix file.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2011 12:30:43 +0000 (12:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Feb 2011 12:30:43 +0000 (12:30 +0000)
commit31b81622d3952abdc2d59f0509436f7c0b5fd19c
treee1a0ab738368471f38ec7f0684823a246cca20c0
parentdf7d641d6316382dd16c3874f46f28144a8bf42d
Remove X11-specific wxWindowIsVisible() from common Unix file.

XGetWindowAttributes() used in this function resulted in link problems under
Fedora 14 because we don't explicitly link with libX11. Instead of doing this,
simply get rid of this function as it seems to be used in exactly one place in
wxX11 code only anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/x11/privx.h
src/x11/utils.cpp
src/x11/window.cpp