(xaw_pop_instance): Make x, y, w, h unsigned.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Apr 1995 18:34:01 +0000 (18:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Apr 1995 18:34:01 +0000 (18:34 +0000)
lwlib/lwlib-Xaw.c

index 9a659bb..4237660 100644 (file)
@@ -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];