pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bc73b48
)
The ICCCM states that window classes should be capitalised.
author
Troels Henriksen
<athas@sigkill.dk>
Fri, 4 Nov 2011 12:57:04 +0000
(13:57 +0100)
committer
Troels Henriksen
<athas@sigkill.dk>
Fri, 4 Nov 2011 12:57:04 +0000
(13:57 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
492c836
..
baebe5c
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-461,7
+461,7
@@
newclient(void) {
* window class (WM_CLASS) is capped, while the resource is in
* lowercase. Both these values come as a pair.
*/
- gtk_window_set_wmclass(GTK_WINDOW(c->win), "surf", "
s
urf");
+ gtk_window_set_wmclass(GTK_WINDOW(c->win), "surf", "
S
urf");
/* TA: 20091214: And set the role here as well -- so that
* sessions can pick this up.