]> git.saurik.com Git - wxWidgets.git/commit - src/gtk1/window.cpp
fixed compilation bug with GCC 2.95.1 and GTK+ 1.2.6 (attrmask was of type GdkICAttri...
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Dec 1999 21:53:57 +0000 (21:53 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Dec 1999 21:53:57 +0000 (21:53 +0000)
commitb58b1dfc21d17ba8189c9d956562ff714d29a7e3
treec6ddac36a3194ad9b5f2e54d29d3584fd61e545b
parent6c3d9ced08ebea44948d2e129bcef5e1752a4544
fixed compilation bug with GCC 2.95.1 and GTK+ 1.2.6 (attrmask was of type GdkICAttributesType which is enum and was used in this way : attrmask |= some constant)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp
src/gtk1/window.cpp