From 32dffca2bdc8d02eddca6c9cb8d484e92dbed3fb Mon Sep 17 00:00:00 2001 From: Ignat Semenov Date: Tue, 13 Nov 2012 15:23:23 +0400 Subject: [PATCH] fix building with KWIN_BUILD_KAPPMENU set to off Forgot to fix the header file kwin/workspace.h in ed0eead6. --- workspace.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workspace.h b/workspace.h index efe9a63467..7e3989addc 100644 --- a/workspace.h +++ b/workspace.h @@ -419,7 +419,9 @@ public: return m_userActionsMenu; } +#ifdef KWIN_BUILD_KAPPMENU void showApplicationMenu(const QPoint &, const WId); +#endif void updateMinimizedOfTransients(Client*); void updateOnAllDesktopsOfTransients(Client*);