summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRichard Grenville <pyxlcy@gmail.com>2014-07-13 09:34:38 +0800
committerRichard Grenville <pyxlcy@gmail.com>2014-07-13 09:34:38 +0800
commit90c3a42d5539e12c26684ad43fdda2209ecd39fe (patch)
tree80cc178d5db116da2d118213a875dab507f9b8bb /common.h
parent1df3c8650b559daa7035f643f2db236b81abc662 (diff)
downloadtdebase-90c3a42d5539e12c26684ad43fdda2209ecd39fe.tar.gz
tdebase-90c3a42d5539e12c26684ad43fdda2209ecd39fe.zip
Misc: Add --version & --no-x-selection
- Add --version. (#206) - Add --no-x-selection for debugging. (#207)
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index 0f8cc39ac..9f72badc8 100644
--- a/common.h
+++ b/common.h
@@ -598,6 +598,8 @@ typedef struct _options_t {
bool synchronize;
/// Whether to show all X errors.
bool show_all_xerrors;
+ /// Whether to avoid acquiring X Selection.
+ bool no_x_selection;
// === VSync & software optimization ===
/// User-specified refresh rate.