diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 549971e..33a348f 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.26 2002/08/11 22:33:41 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.27 2002/08/12 03:28:17 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -201,7 +201,7 @@ public: | |||
201 | void setWorkspace(int n); | 201 | void setWorkspace(int n); |
202 | void changeBlackboxHints(BaseDisplay::BlackboxHints *bh); | 202 | void changeBlackboxHints(BaseDisplay::BlackboxHints *bh); |
203 | void restoreAttributes(); | 203 | void restoreAttributes(); |
204 | 204 | void showMenu(int mx, int my); | |
205 | 205 | ||
206 | void buttonPressEvent(XButtonEvent *be); | 206 | void buttonPressEvent(XButtonEvent *be); |
207 | void buttonReleaseEvent(XButtonEvent *be); | 207 | void buttonReleaseEvent(XButtonEvent *be); |