diff options
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/lwlib-Xaw.c | 2 |
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) life easier? */ { - int x, y, w, h; + unsigned int x, y, w, h; Widget topmost = instance->parent; Arg args[2]; |