diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-12 15:34:47 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-12 15:34:47 -0400 |
commit | a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884 (patch) | |
tree | f7f042b9670300e6315dc7eda6e14dfe3a115428 /lumina-config/mainUI.h | |
parent | Add a new data backend to lumina-fm: DirData.h (diff) | |
download | lumina-a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884.tar.gz lumina-a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884.tar.bz2 lumina-a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884.zip |
Add an extension to the Lumina theme engine/class for specifying a mouse cursor theme. This is integrated into lumina-config as well, but still have 2 problems with it:
1) The active re-loading of the new cursors does not work yet (Qt issues I am still working on)
2) The X11 Cursor file to use for the sample image cannot be loaded by Qt (need to write my own format conversion routine)
Diffstat (limited to 'lumina-config/mainUI.h')
-rw-r--r-- | lumina-config/mainUI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-config/mainUI.h b/lumina-config/mainUI.h index ee5b5feb..1810c7b6 100644 --- a/lumina-config/mainUI.h +++ b/lumina-config/mainUI.h @@ -151,6 +151,7 @@ private slots: void addsessionstartfile(); void sessionoptchanged(); void sessionthemechanged(); + void sessionCursorChanged(); //void sessionstartchanged(); void sessionEditColor(); void sessionEditTheme(); |