diff options
author | Mavridis Philippe <[email protected]> | 2023-12-07 16:26:47 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-12-21 19:55:30 +0200 |
commit | 6c067940724bd28124ad6230261be4840928dcc4 (patch) | |
tree | cc636878d448248f2db6c3f2c81eb6b9b973a4e5 /twin/KWinInterface.h | |
parent | 8447a9a65c165b4ad998e5d80529174e6f73903d (diff) | |
download | tdebase-6c067940724bd28124ad6230261be4840928dcc4.tar.gz tdebase-6c067940724bd28124ad6230261be4840928dcc4.zip |
TWin: Add DCOP method showWindowMenu(wid) for default menu position
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit ecd60bc6a5f5181bb5013bea114fae5d8efaab47)
Diffstat (limited to 'twin/KWinInterface.h')
-rw-r--r-- | twin/KWinInterface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/twin/KWinInterface.h b/twin/KWinInterface.h index dbc132888..4eb7948fe 100644 --- a/twin/KWinInterface.h +++ b/twin/KWinInterface.h @@ -18,7 +18,8 @@ class KWinInterface : virtual public DCOPObject virtual bool isResumeableWindowID(unsigned long winId) = 0; virtual void refresh() = 0; virtual void doNotManage(TQString)= 0; - virtual void showWindowMenuAt(unsigned long winId, int x, int y)= 0; + virtual void showWindowMenuAt(unsigned long winId, int x, int y) = 0; + virtual void showWindowMenu(unsigned long winId) = 0; virtual void kDestopResized() = 0; virtual void setDesktopLayout(int orientation, int x, int y)= 0; virtual bool setCurrentDesktop(int)= 0; |