mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
dc37370a66
Of course, we still use GLX, so we can't completely remove Xlib yet. But this removes all Xlib uses outside of the backends. This drops support for COMPOUND_TEXT Xorg strings, so people how wants multilingual support has to use UTF8, which should be fine since most of the applications support that. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
19 lines
449 B
YAML
19 lines
449 B
YAML
Checks: >
|
|
readability-*,
|
|
performance-*,
|
|
modernize-*,
|
|
google-readability-todo,
|
|
cert-err34-c,
|
|
cert-flp30-c,
|
|
bugprone-*,
|
|
misc-misplaced-const,
|
|
misc-redundant-expression,
|
|
misc-static-assert,
|
|
-clang-analyzer-*,
|
|
-readability-isolate-declaration,
|
|
-readability-magic-numbers
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: file
|
|
CheckOptions:
|
|
- key: readability-magic-numbers.IgnoredIntegerValues
|
|
value: 4;8;16;24;32;1;2;3;4096
|