]> git.saurik.com Git - wxWidgets.git/commitdiff
define wxTC_MULTILINE explicitly as wxNB_MULTILINE is not necessarily defined where...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 08:47:16 +0000 (08:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 08:47:16 +0000 (08:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 22cb3d2d871828e3419a0f21f143f333afd361a7..1d1953270f681a81a518b15e3fd4181ee8d4770a 100644 (file)
@@ -1553,8 +1553,8 @@ enum wxBorder
 #define wxTC_LEFT             0x0020
 #define wxTC_RIGHT            0x0040
 #define wxTC_BOTTOM           0x0080
-#define wxTC_MULTILINE        wxNB_MULTILINE
-#define wxTC_OWNERDRAW        0x0200
+#define wxTC_MULTILINE        0x0200    /* == wxNB_MULTILINE */
+#define wxTC_OWNERDRAW        0x0400
 
 /*
  * wxStatusBar95 flags