diff options
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r-- | src/WinClient.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinClient.hh b/src/WinClient.hh index af912e1..3f2dc95 100644 --- a/src/WinClient.hh +++ b/src/WinClient.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: WinClient.hh,v 1.17 2004/04/28 14:59:12 rathnor Exp $ | 22 | // $Id: WinClient.hh,v 1.18 2004/08/10 13:36:07 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef WINCLIENT_HH | 24 | #ifndef WINCLIENT_HH |
25 | #define WINCLIENT_HH | 25 | #define WINCLIENT_HH |
@@ -58,7 +58,6 @@ public: | |||
58 | void sendClose(bool forceful = false); | 58 | void sendClose(bool forceful = false); |
59 | // not aware of anything that makes this false at present | 59 | // not aware of anything that makes this false at present |
60 | inline bool isClosable() const { return true; } | 60 | inline bool isClosable() const { return true; } |
61 | void reparent(Window win, int x, int y); | ||
62 | 61 | ||
63 | void addModal(); // some transient of ours (or us) is modal | 62 | void addModal(); // some transient of ours (or us) is modal |
64 | void removeModal(); // some transient (or us) is no longer modal | 63 | void removeModal(); // some transient (or us) is no longer modal |