diff options
author | marha <marha@users.sourceforge.net> | 2011-03-07 11:09:57 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-07 11:09:57 +0000 |
commit | b5eab44b14b3193bfc327d10e556de8236071716 (patch) | |
tree | 3a87385a765eda5106df883ff2fab4c93c2e5a33 /xorg-server/hw/xwin/xlaunch/resources/resources.h | |
parent | faed2dca735b7aa26a146c5e309cafa8134425b9 (diff) | |
download | vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.gz vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.bz2 vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.zip |
Added possibility of mapping the PRIMARY selection
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/resources/resources.h')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/resources/resources.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/resources.h b/xorg-server/hw/xwin/xlaunch/resources/resources.h index 4465952c7..93a9bbf44 100644 --- a/xorg-server/hw/xwin/xlaunch/resources/resources.h +++ b/xorg-server/hw/xwin/xlaunch/resources/resources.h @@ -101,3 +101,5 @@ #define IDC_EXTRA_PARAMS_DESC 263
#define IDC_WGL 264
#define IDC_WGL_DESC 265
+#define IDC_CLIPBOARDPRIMARY 266
+#define IDC_CLIPBOARDPRIMARY_DESC 267
|