diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:32:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:32:27 +0000 |
commit | 619a755d7b410d82171b17481cfd0e99efbfba0a (patch) | |
tree | ec0c2365ee50416e01e88d70e17502cffdb26983 /tools/inc | |
parent | 5651d29bec5e65832f84394e35963d8fd16b0de8 (diff) |
INTEGRATION: CWS odbmacros2 (1.2.88); FILE MERGED
2008/01/23 14:29:42 fs 1.2.88.1: support support for a window's BorderStyle
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/rc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/inc/tools/rc.h b/tools/inc/tools/rc.h index 48a289eaf49e..8dfb6dea8ba3 100644 --- a/tools/inc/tools/rc.h +++ b/tools/inc/tools/rc.h @@ -4,9 +4,9 @@ * * $RCSfile: rc.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 20:15:55 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:32:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,7 @@ typedef short RSWND_STYLE; #define WINDOW_QUICKTEXT 0x0200 #define WINDOW_EXTRALONG 0x0800 #define WINDOW_UNIQUEID 0x1000 +#define WINDOW_BORDER_STYLE 0x2000 // Definition der Struktur die alle "WorkWindow"-Resourcen haben #define WORKWIN_SHOWNORMAL 0 |