aboutsummaryrefslogtreecommitdiff
path: root/lumina-config/mainUI.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-12 15:34:47 -0400
committerKen Moore <moorekou@gmail.com>2015-08-12 15:34:47 -0400
commita3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884 (patch)
treef7f042b9670300e6315dc7eda6e14dfe3a115428 /lumina-config/mainUI.h
parentAdd a new data backend to lumina-fm: DirData.h (diff)
downloadlumina-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.h1
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();
bgstack15