Misc: Add --version & --no-x-selection

- Add --version. (#206)

- Add --no-x-selection for debugging. (#207)
This commit is contained in:
Richard Grenville
2014-07-13 09:34:38 +08:00
parent a29b7958cf
commit 4e8ccea252
2 changed files with 12 additions and 1 deletions

View File

@@ -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.