Skip to content

Commit 1a0a7f1

Browse files
committed
Add WithdrawnState to WMHints
1 parent 017fa35 commit 1a0a7f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Xlib/xobject/icccm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: icccm.py,v 1.3 2002-06-24 20:05:33 petli Exp $
1+
# $Id: icccm.py,v 1.4 2002-06-24 20:18:17 petli Exp $
22
#
33
# Xlib.xobject.icccm -- ICCCM structures
44
#
@@ -42,7 +42,7 @@
4242
rq.Card32('input', default = 0),
4343
rq.Set('initial_state', 4,
4444
# withdrawn is totally bogus according to
45-
# ICCCM, but some window managers seems to
45+
# ICCCM, but some window managers seem to
4646
# use this value to identify dockapps.
4747
# Oh well.
4848
( Xutil.WithdrawnState,

0 commit comments

Comments
 (0)