From a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 12 Aug 2015 15:34:47 -0400 Subject: 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) --- lumina-config/mainUI.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lumina-config/mainUI.h') 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(); -- cgit