aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index c2054a6..fa03f53 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -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: Slit.cc,v 1.77 2003/08/11 16:05:18 fluxgen Exp $ 25// $Id: Slit.cc,v 1.78 2003/08/15 13:50:42 fluxgen Exp $
26 26
27#include "Slit.hh" 27#include "Slit.hh"
28 28
@@ -966,7 +966,7 @@ void Slit::handleEvent(XEvent &event) {
966 } else if (event.type == DestroyNotify) { 966 } else if (event.type == DestroyNotify) {
967 removeClient(event.xdestroywindow.window, false); 967 removeClient(event.xdestroywindow.window, false);
968 } else if (event.type == UnmapNotify) { 968 } else if (event.type == UnmapNotify) {
969 removeClient(event.xunmap.window); 969 removeClient(event.xunmap.window);
970 } 970 }
971} 971}
972 972