From 7c3d7c7e009aba5952f235258aecebf4a42fcd3a Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 3 Jan 2014 15:29:06 +0000 Subject: use consistent types --- screen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'screen.c') diff --git a/screen.c b/screen.c index 11ff286..e8f7e24 100644 --- a/screen.c +++ b/screen.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: screen.c,v 1.53 2013/12/13 22:39:13 okan Exp $ + * $OpenBSD: screen.c,v 1.54 2014/01/03 15:29:06 okan Exp $ */ #include @@ -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; -- cgit v1.2.3-2-gb3c3