diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-27 14:08:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-27 14:10:31 +0200 |
commit | ff5ce47439a32d3fe3b6f5461a8e10441d54a8c9 (patch) | |
tree | d62ed9a80a293614768a7435227db4398f9206e9 /include | |
parent | 5e91e48a15b11424e6ee19cf13a7faf981c00e16 (diff) |
Revert "remove unused RSC_DOCKWINDOW flags"
This reverts commit c8754b38ce205845aad5cde3c5ad4070ce38f7d5.
This causes toolkit.AccessibleDropDownListBox to fail with:
LOG> ImplementationName Unknown, does not implement XServiceInfo
Exception while getting Environment Couldn't create a test object
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h index bb6cb3b9f46c..cd09254b4dc4 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -137,6 +137,12 @@ namespace o3tl { #define RSC_TOOLBOX_ITEMIMAGELIST 0x40 #define RSC_TOOLBOX_ITEMLIST 0x80 +// For "DockingWindow" resources: +#define RSC_DOCKINGWINDOW_XYMAPMODE 0x01 +#define RSC_DOCKINGWINDOW_X 0x02 +#define RSC_DOCKINGWINDOW_Y 0x04 +#define RSC_DOCKINGWINDOW_FLOATING 0x08 + // For "ImageButtons": enum class RscImageButtonFlags { Image = 0x01, |