diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-21 17:40:35 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-21 17:40:35 -0700 |
commit | dba290ec231422740f453b69b187f80df3f50e4b (patch) | |
tree | ba2e14d8b9f4e90405be886e719eb7de8948799d /hw/xquartz/X11Application.h | |
parent | a928cae57b47625c9e3d136840d3e5d17fd3c51e (diff) |
XQuartz: Added a preferences UI for pbproxy options.
(cherry picked from commit d76cca5e1eae86450aa236e49a2024881d0bac01)
Diffstat (limited to 'hw/xquartz/X11Application.h')
-rw-r--r-- | hw/xquartz/X11Application.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xquartz/X11Application.h b/hw/xquartz/X11Application.h index 3d06a4553..ce3fa7bda 100644 --- a/hw/xquartz/X11Application.h +++ b/hw/xquartz/X11Application.h @@ -100,4 +100,10 @@ extern int quartzHasRoot, quartzEnableRootless; #define PREFS_FFM "wm_ffm" #define PREFS_FOCUS_ON_NEW_WINDOW "wm_focus_on_new_window" +#define PREFS_SYNC_PB "sync_pasteboard" +#define PREFS_SYNC_PB_TO_CLIPBOARD "sync_pasteboard_to_clipboard" +#define PREFS_SYNC_PB_TO_PRIMARY "sync_pasteboard_to_primary" +#define PREFS_SYNC_CLIPBOARD_TO_PB "sync_clipboard_to_pasteboard" +#define PREFS_SYNC_PRIMARY_ON_SELECT "sync_primary_on_select" + #endif /* X11APPLICATION_H */ |