projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
return correct client area for at least the primary display, fixes the problems with...
[wxWidgets.git]
/
wxPython
/
setup.py
diff --git
a/wxPython/setup.py
b/wxPython/setup.py
index bde1e2615103381bf313ceefb81e77089ca139e1..6413627345be67357aa72d377263aec000ee9021 100755
(executable)
--- a/
wxPython/setup.py
+++ b/
wxPython/setup.py
@@
-508,6
+508,7
@@
swig_sources = run_swig(['aui.i'], 'src', GENDIR, PKGDIR,
opj(WXDIR, 'include/wx/aui/floatpane.h'),
opj(WXDIR, 'include/wx/aui/dockart.h'),
opj(WXDIR, 'include/wx/aui/auibook.h'),
+ opj(WXDIR, 'include/wx/aui/tabmdi.h'),
])
if not MONOLITHIC and findLib('aui', libdirs):
auiLib = makeLibName('aui')