diff options
author | Tibor Nagy <xnagytibor@gmail.com> | 2020-02-20 09:01:48 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-20 14:19:30 +0100 |
commit | c8bc53e98745e18a848a1456b0311015c8f93a35 (patch) | |
tree | 08a7b7cb379e0cb543f02b5d4b57c313086e2a67 /Libraries/LibGfx/SystemTheme.h | |
parent | 7592f9afd5bf1b794c125db14762707f969c0635 (diff) | |
download | serenity-c8bc53e98745e18a848a1456b0311015c8f93a35.zip |
LibGfx+LibGUI: Allow theming the text cursor
Diffstat (limited to 'Libraries/LibGfx/SystemTheme.h')
-rw-r--r-- | Libraries/LibGfx/SystemTheme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGfx/SystemTheme.h b/Libraries/LibGfx/SystemTheme.h index fca2c92ac6..8939090f65 100644 --- a/Libraries/LibGfx/SystemTheme.h +++ b/Libraries/LibGfx/SystemTheme.h @@ -75,6 +75,7 @@ enum class ColorRole { RulerBorder, RulerActiveText, RulerInactiveText, + TextCursor, __Count, |