-
-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
12,282 additions
and
12,735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
root = true | ||
[*.{c,h}] | ||
indent_style = space | ||
indent_size = 2 | ||
indent_style = tab | ||
indent_size = 8 | ||
max_line_length = 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Sorted in alphabetical order | ||
|
||
Adam Jackson <[email protected]> | ||
Antonin Dé[email protected]> | ||
Avi-D-coder <[email protected]> | ||
Brottweiler <[email protected]> | ||
Carl Worth <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
option('sanitize', type: 'boolean', value: false, description: 'Compile compton with sanitizers') | ||
option('xinerama', type: 'boolean', value: true, description: 'Enable XINERAMA support') | ||
option('config_file', type: 'boolean', value: true, description: 'Enable config file support') | ||
option('regex', type: 'boolean', value: true, description: 'Enable regex support in window conditions') | ||
|
||
option('vsync_drm', type: 'boolean', value: false, description: 'Enable support for using drm for vsync') | ||
|
||
option('opengl', type: 'boolean', value: true, description: 'Enable features that require opengl (opengl backend, and opengl vsync methods)') | ||
option('dbus', type: 'boolean', value: true, description: 'Enable suport for D-Bus remote control') | ||
option('dbus', type: 'boolean', value: true, description: 'Enable support for D-Bus remote control') | ||
|
||
option('xrescheck', type: 'boolean', value: false, description: 'Enable X resource leak checker (for debug only)') | ||
|
||
option('build_docs', type: 'boolean', value: false, description: 'Build documentation and man pages') | ||
|
||
option('new_backends', type: 'boolean', value: false, description: 'Does not really do anything right now') | ||
|
||
option('modularize', type: 'boolean', value: false, description: 'Build with clang\'s module system') |
Oops, something went wrong.