Misc: Add --version & --no-x-selection
- Add --version. (#206) - Add --no-x-selection for debugging. (#207)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user