diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-22 00:57:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-22 00:57:29 +0000 |
| commit | 8a48fff773dea20ab93ee8f22b281e852b51242e (patch) | |
| tree | 16d26f76e49b2d38d110fac88b244a105272f821 /src/Screen.hh | |
| parent | f44e3ed9a7232a38b454e293daee2f3e7009ad54 (diff) | |
support for showing the root and workspace menu with epist
Diffstat (limited to 'src/Screen.hh')
| -rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 4b454e02..6d12f320 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -376,6 +376,9 @@ public: void showGeometry(unsigned int gx, unsigned int gy); void hideGeometry(void); + void showWorkspaceMenu(int x, int y); + void showRootMenu(int x, int y); + void buttonPressEvent(const XButtonEvent *xbutton); void propertyNotifyEvent(const XPropertyEvent *pe); |
