diff options
author | Mavridis Philippe <[email protected]> | 2023-12-07 16:26:47 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-12-21 19:53:03 +0200 |
commit | ecd60bc6a5f5181bb5013bea114fae5d8efaab47 (patch) | |
tree | 1eccd7e6eff9ff6368879722f59209483a49c886 /twin/KWinInterface.h | |
parent | 6b30fb07918385ab02a97c27df5e3e2954f03487 (diff) | |
download | tdebase-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/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; |