This commit is contained in:
Kovid Goyal 2018-07-05 12:30:11 +05:30
parent 00092db6ad
commit 12be438dea
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -16,6 +16,7 @@ except Exception:
class BorderColor(IntFlag):
# See the border vertex shader for how these flags become actual colors
default_bg, active, inactive, window_bg, bell = ((1 << i) for i in range(5))