# HG changeset patch
# User Anselm R Garbe <garbeam@gmail.com>
# Date 1219048792 -3600
# Node ID 158c50c241b52b7f2d930f85bee23e1d68319878
# Parent  5456239bb8ad347f3289fe901f0c1fd682c2e6d3
making a comment more explicit

diff -r 5456239bb8ad -r 158c50c241b5 dwm.c
--- a/dwm.c	Mon Aug 18 09:31:55 2008 +0100
+++ b/dwm.c	Mon Aug 18 09:39:52 2008 +0100
@@ -202,7 +202,7 @@
 /* variables */
 static char stext[256];
 static int screen;
-static int sx, sy, sw, sh; /* display geometry x, y, width, height */ 
+static int sx, sy, sw, sh; /* X display screen geometry x, y, width, height */ 
 static int by, bh, blw;    /* bar geometry y, height and layout symbol width */
 static int wx, wy, ww, wh; /* window area geometry x, y, width, height, bar excluded */
 static unsigned int seltags = 0, sellt = 0;