aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-08-10 13:36:07 (GMT)
committerfluxgen <fluxgen>2004-08-10 13:36:07 (GMT)
commit12237ed0db778fecc92e699fd2a190a0c1b3ac79 (patch)
tree8ae50a7137bbb50a116ecfc77efa0fdfe2d11536 /src/WinClient.hh
parentfeeecb52d7f7786ba336414263be6330d2a03f87 (diff)
downloadfluxbox-12237ed0db778fecc92e699fd2a190a0c1b3ac79.zip
fluxbox-12237ed0db778fecc92e699fd2a190a0c1b3ac79.tar.bz2
removed reparent and added debugmsg
Diffstat (limited to 'src/WinClient.hh')
-rw-r--r--src/WinClient.hh3
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