From d160a6fc0101dd094195f8d0782e8aefcf94d376 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 20 Feb 2012 02:24:32 -0600 Subject: Update twin with initial framework for application suspend/resume This needs some additional work before it can be enabled --- twin/lib/kdecoration.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'twin/lib') diff --git a/twin/lib/kdecoration.h b/twin/lib/kdecoration.h index f18f970e2..693007a03 100644 --- a/twin/lib/kdecoration.h +++ b/twin/lib/kdecoration.h @@ -100,7 +100,9 @@ public: NoOp, SetupWindowShortcutOp, ApplicationRulesOp, ///< @since 3.5 - ShadowOp ///< @since 3.5.12 + ShadowOp, ///< @since 3.5.12 + SuspendWindowOp, ///< @since R14.0 + ResumeWindowOp ///< @since R14.0 }; /** * Basic color types that should be recognized by all decoration styles. -- cgit v1.2.1