From 740c5b2a20d5110435d0874f8cc6a4c9dfd14777 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 15 Oct 2003 03:59:35 +0000 Subject: consistant glib type usage --- openbox/resist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/resist.c') diff --git a/openbox/resist.c b/openbox/resist.c index 5f3ab9b7..f34877a0 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -49,7 +49,7 @@ void resist_move_windows(ObClient *c, gint *x, gint *y) if (config_resist_win) for (it = stacking_list; it != NULL; it = it->next) { ObClient *target; - int tl, tt, tr, tb; /* 1 past the target's edges on each side */ + gint tl, tt, tr, tb; /* 1 past the target's edges on each side */ if (!WINDOW_IS_CLIENT(it->data)) continue; -- cgit v1.2.3