diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-04-21 15:10:07 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-04-21 15:10:07 -0400 |
commit | 1b89edb419ee103d0ef834433b16a3822398a519 (patch) | |
tree | 5b7cf07695d7040f309ed8e5b1aec7b1a9a3b8a1 | |
parent | 5152f193534886796827cf54a36471b679348642 (diff) |
The "visible bit" is called "urgency bit" in the ICCCM 2.0
-rw-r--r-- | xprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ typedef struct _propertyRec { "?m3(\t\twindow id # to use for icon: $4\n)"\ "?m4(\t\tstarting position for icon: $5, $6\n)"\ "?m6(\t\twindow id # of group leader: $8\n)"\ -"?m8(\t\tThe visible hint bit is set\n)" +"?m8(\t\tThe urgency hint bit is set\n)" #define WM_ICON_SIZE_DFORMAT ":\n"\ "\t\tminimum icon size: $0 by $1\n"\ |