diff options
author | Ken Moore <ken@pcbsd.org> | 2015-05-20 12:35:29 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-05-20 12:35:29 -0400 |
commit | 7bbce842ff95ca65a60b9c0b4bf517d1bce15576 (patch) | |
tree | ede8af9cef6ae13f7bced3abb861f8e0815ff943 /lumina-config/mainUI.h | |
parent | Fix a bug in the background snapshot finder: the new simplification routine w... (diff) | |
download | lumina-7bbce842ff95ca65a60b9c0b4bf517d1bce15576.tar.gz lumina-7bbce842ff95ca65a60b9c0b4bf517d1bce15576.tar.bz2 lumina-7bbce842ff95ca65a60b9c0b4bf517d1bce15576.zip |
Add the ability to set solid-color backgrounds within Lumina, and add this option to lumina-config.
Diffstat (limited to 'lumina-config/mainUI.h')
-rw-r--r-- | lumina-config/mainUI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lumina-config/mainUI.h b/lumina-config/mainUI.h index 397f750b..47588a0c 100644 --- a/lumina-config/mainUI.h +++ b/lumina-config/mainUI.h @@ -69,7 +69,7 @@ private: int currentDesktop(); //the number for the current desktop //Panels Page simplifications - QString getColorStyle(QString current); + QString getColorStyle(QString current, bool allowTransparency = true); //QString getNewPanelPlugin(); //Get an application on the system @@ -104,6 +104,7 @@ private slots: void desktimechanged(); void deskbgremoved(); void deskbgadded(); + void deskbgcoloradded(); void deskplugadded(); |