From 5cb52056efcac25dd4b0d3035f860e5b1870bca1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 10:11:10 +0000 Subject: add 'toggleomnipresent' action --- util/epist/window.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'util/epist/window.hh') diff --git a/util/epist/window.hh b/util/epist/window.hh index 44df2135..351ec566 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -86,6 +86,7 @@ public: void lower() const; void iconify() const; void focus() const; + void sendTo(unsigned int dest) const; bool operator == (const XWindow &w) const { return w._window == _window; } bool operator == (const Window &w) const { return w == _window; } -- cgit v1.2.3