This commit is contained in:
Kovid Goyal
2018-07-05 12:30:11 +05:30
parent 00092db6ad
commit 12be438dea

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))