diff options
author | Richard Grenville <pyxlcy@gmail.com> | 2014-07-13 09:34:38 +0800 |
---|---|---|
committer | Richard Grenville <pyxlcy@gmail.com> | 2014-07-13 09:34:38 +0800 |
commit | 90c3a42d5539e12c26684ad43fdda2209ecd39fe (patch) | |
tree | 80cc178d5db116da2d118213a875dab507f9b8bb /common.h | |
parent | 1df3c8650b559daa7035f643f2db236b81abc662 (diff) | |
download | tdebase-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |