summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-07 09:30:00 +0000
committerDana Jansens <danakj@orodu.net>2003-01-07 09:30:00 +0000
commit6062fe404ce5f2505494132d5454370d696625ca (patch)
tree36c73bd4e97415ce4570b3801b49786e257e754b /src/frame.hh
parentf1ce4e660fe96816a699a89746a6105eca09babd (diff)
handle unmaps better. all thanks to acroread sending wacky unmap events
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/frame.hh b/src/frame.hh
index a36a6eec..b204567e 100644
--- a/src/frame.hh
+++ b/src/frame.hh
@@ -70,10 +70,7 @@ private:
//! Reparents the client window from the root window onto the frame
void grabClient();
//! Reparents the client window back to the root window
- /*!
- @param remap Re-map the client window when we're done reparenting?
- */
- void releaseClient(bool remap);
+ void releaseClient();
public:
//! Constructs an OBFrame object, and reparents the client to itself