summaryrefslogtreecommitdiffstats
path: root/twin/workspace.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2023-12-07 16:26:47 +0200
committerMavridis Philippe <[email protected]>2023-12-21 19:53:03 +0200
commitecd60bc6a5f5181bb5013bea114fae5d8efaab47 (patch)
tree1eccd7e6eff9ff6368879722f59209483a49c886 /twin/workspace.h
parent6b30fb07918385ab02a97c27df5e3e2954f03487 (diff)
downloadtdebase-ecd60bc6a5f5181bb5013bea114fae5d8efaab47.tar.gz
tdebase-ecd60bc6a5f5181bb5013bea114fae5d8efaab47.zip
TWin: Add DCOP method showWindowMenu(wid) for default menu position
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'twin/workspace.h')
-rw-r--r--twin/workspace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/workspace.h b/twin/workspace.h
index 47ba7bb15..954ea5191 100644
--- a/twin/workspace.h
+++ b/twin/workspace.h
@@ -204,8 +204,8 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin
void windowToNextDesktop( Client* c );
void sendClientToScreen( Client* c, int screen );
- // KDE4 remove me - and it's also in the DCOP interface :(
void showWindowMenuAt( unsigned long id, int x, int y );
+ void showWindowMenu( unsigned long id );
void kDestopResized();
/**