summaryrefslogtreecommitdiff
path: root/x11/kde-workspace-kde4/files/patch-plasma_desktop_toolboxes_desktoptoolbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde-workspace-kde4/files/patch-plasma_desktop_toolboxes_desktoptoolbox.h')
-rw-r--r--x11/kde-workspace-kde4/files/patch-plasma_desktop_toolboxes_desktoptoolbox.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/kde-workspace-kde4/files/patch-plasma_desktop_toolboxes_desktoptoolbox.h b/x11/kde-workspace-kde4/files/patch-plasma_desktop_toolboxes_desktoptoolbox.h
new file mode 100644
index 000000000000..07e35d50d86d
--- /dev/null
+++ b/x11/kde-workspace-kde4/files/patch-plasma_desktop_toolboxes_desktoptoolbox.h
@@ -0,0 +1,12 @@
+* Add handler for change of mutability of the desktop toolbox
+*
+--- plasma/desktop/toolboxes/desktoptoolbox.h.orig 2015-06-26 03:17:21 UTC
++++ plasma/desktop/toolboxes/desktoptoolbox.h
+@@ -81,6 +81,7 @@ protected Q_SLOTS:
+ * show/hide the toolbox
+ */
+ void toggle();
++ void immutabilityChanged(Plasma::ImmutabilityType immutability);
+
+ // basic desktop controls
+ void startLogout();