summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-15 18:34:01 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-15 18:34:01 +0000
commit7092c0f1359cef7de2e995ad66047557099365ba (patch)
tree942ae6953a0681adbba2cb843a208a46dd73c72e /lwlib
parentf1bd48fee94dd3f7b05a84b736da2053002cbcda (diff)
downloademacs-7092c0f1359cef7de2e995ad66047557099365ba.tar.gz
(xaw_pop_instance): Make x, y, w, h unsigned.
Diffstat (limited to 'lwlib')
-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)
life easier?
*/
{
- int x, y, w, h;
+ unsigned int x, y, w, h;
Widget topmost = instance->parent;
Arg args[2];