XQuartz: Added a preferences UI for pbproxy options.

(cherry picked from commit d76cca5e1eae86450aa236e49a2024881d0bac01)
This commit is contained in:
Jeremy Huddleston
2008-09-21 17:40:35 -07:00
parent a928cae57b
commit dba290ec23
8 changed files with 718 additions and 253 deletions

View File

@@ -89,6 +89,12 @@ extern unsigned int darwinDesiredWidth, darwinDesiredHeight;
extern int darwinDesiredDepth;
extern int darwinDesiredRefresh;
extern int pbproxy_active;
extern int pbproxy_primary_on_grab;
extern int pbproxy_clipboard_to_pasteboard;
extern int pbproxy_pasteboard_to_primary;
extern int pbproxy_pasteboard_to_clipboard;
// location of X11's (0,0) point in global screen coordinates
extern int darwinMainScreenX;
extern int darwinMainScreenY;