Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
54bde0f
)
removed a misleading comment about client title windows, which don't exist anymore
author
Anselm R. Garbe <
[email protected]
>
Sun, 4 Nov 2007 11:17:06 +0000
(12:17 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Sun, 4 Nov 2007 11:17:06 +0000
(12:17 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
886fdc3
..
e5929f6
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-17,9
+17,7
@@
* set the override_redirect flag. Clients are organized in a global
* doubly-linked client list, the focus history is remembered through a global
* stack list. Each client contains an array of Bools of the same size as the
* set the override_redirect flag. Clients are organized in a global
* doubly-linked client list, the focus history is remembered through a global
* stack list. Each client contains an array of Bools of the same size as the
- * global tags array to indicate the tags of a client. For each client dwm
- * creates a small title window, which is resized whenever the (_NET_)WM_NAME
- * properties are updated or the client is moved/resized.
+ * global tags array to indicate the tags of a client.
*
* Keys and tagging rules are organized as arrays and defined in config.h.
*
*
* Keys and tagging rules are organized as arrays and defined in config.h.
*