From 8a48fff773dea20ab93ee8f22b281e852b51242e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 Aug 2002 00:57:29 +0000 Subject: support for showing the root and workspace menu with epist --- src/Screen.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Screen.hh') 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); -- cgit v1.2.3