summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xaw.c
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
commite363091e2ca7dafea60c618efd59465693986a1d (patch)
tree5ee9991d9501bd4bd4946057bed89f92bfdda259 /lwlib/lwlib-Xaw.c
parentccf589a69c4a4d0a9aa0635c4d361182c5887e15 (diff)
downloademacs-e363091e2ca7dafea60c618efd59465693986a1d.tar.gz
(xaw_pop_instance): Make x, y, w, h unsigned.
Diffstat (limited to 'lwlib/lwlib-Xaw.c')
-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];