]> git.saurik.com Git - wxWidgets.git/commit - src/motif/toplevel.cpp
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 May 2010 21:09:57 +0000 (21:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 May 2010 21:09:57 +0000 (21:09 +0000)
commit7282b0678a879077a109495cb3cd20b28ea9cf45
tree8f05932238138584296cc67c0e0e442356b1e24e
parentf16fad90b29dce3b7714b2fe4cf3ecdf77fda308
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION.

These two styles were always equivalent so we can just as well replace them
with a single one and stop wasting an extra bit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/gtk1/minifram.h
include/wx/motif/minifram.h
include/wx/osx/minifram.h
include/wx/toplevel.h
include/wx/x11/minifram.h
interface/wx/minifram.h
src/gtk1/minifram.cpp
src/motif/toplevel.cpp
src/msw/toplevel.cpp
src/os2/toplevel.cpp
src/osx/carbon/nonownedwnd.cpp
src/x11/toplevel.cpp