From 6c067940724bd28124ad6230261be4840928dcc4 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Thu, 7 Dec 2023 16:26:47 +0200 Subject: TWin: Add DCOP method showWindowMenu(wid) for default menu position Signed-off-by: Mavridis Philippe (cherry picked from commit ecd60bc6a5f5181bb5013bea114fae5d8efaab47) --- twin/workspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/workspace.h') 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(); /** -- cgit v1.2.1