aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lwlib/lwlib-Xaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c
index 9a659bb1a00..42376608462 100644
--- a/lwlib/lwlib-Xaw.c
+++ b/lwlib/lwlib-Xaw.c
@@ -220,7 +220,7 @@ xaw_pop_instance (instance, up)
220 life easier? 220 life easier?
221 */ 221 */
222 { 222 {
223 int x, y, w, h; 223 unsigned int x, y, w, h;
224 Widget topmost = instance->parent; 224 Widget topmost = instance->parent;
225 Arg args[2]; 225 Arg args[2];
226 226