summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authorokan <okan>2014-01-03 15:29:06 +0000
committerokan <okan>2014-01-03 15:29:06 +0000
commit86b149ad2537061b8af6a51376835c1e1f1cc4ec (patch)
treef63f024d95c1d48d2452ed8aab4fcb0d0bc2d89f /screen.c
parentf4c289b9e63c3daec2b6523871e07328dc778bb6 (diff)
parent43ccf4eae0f0f5c50495834e29f93671468a7cfe (diff)
downloadcwm-86b149ad2537061b8af6a51376835c1e1f1cc4ec.tar.gz
cwm-86b149ad2537061b8af6a51376835c1e1f1cc4ec.tar.xz
cwm-86b149ad2537061b8af6a51376835c1e1f1cc4ec.zip
cvsimport
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 0e2c0a1..6dfc0d4 100644
--- a/screen.c
+++ b/screen.c
@@ -37,7 +37,7 @@ screen_init(int which)
 	Window			*wins, w0, w1;
 	XWindowAttributes	 winattr;
 	XSetWindowAttributes	 rootattr;
-	u_int			 nwins, i;
+	unsigned int		 nwins, i;
 
 	sc = xcalloc(1, sizeof(*sc));
 
@@ -105,7 +105,7 @@ screen_updatestackingorder(struct screen_ctx *sc)
 {
 	Window			*wins, w0, w1;
 	struct client_ctx	*cc;
-	u_int			 nwins, i, s;
+	unsigned int		 nwins, i, s;
 
 	if (!XQueryTree(X_Dpy, sc->rootwin, &w0, &w1, &wins, &nwins))
 		return;