[hackers] [surf] The ICCCM states that window classes should be capitalised. || Troels Henriksen

From: <hg_AT_suckless.org>
Date: Fri, 4 Nov 2011 13:57:11 +0100 (CET)

changeset: 228:a2eb61c06f1d
tag: tip
user: Troels Henriksen <athas_AT_sigkill.dk>
date: Fri Nov 04 13:57:04 2011 +0100
files: surf.c
description:
The ICCCM states that window classes should be capitalised.


diff -r 503600840d58 -r a2eb61c06f1d surf.c
--- a/surf.c Fri Nov 04 13:23:57 2011 +0100
+++ b/surf.c Fri Nov 04 13:57:04 2011 +0100
_AT_@ -461,7 +461,7 @@
                  * 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", "surf");
+ gtk_window_set_wmclass(GTK_WINDOW(c->win), "surf", "Surf");
 
                 /* TA: 20091214: And set the role here as well -- so that
                  * sessions can pick this up.
Received on Fri Nov 04 2011 - 13:57:11 CET

This archive was generated by hypermail 2.3.0 : Fri Nov 04 2011 - 14:00:08 CET