changeset 11462:b3c30d040767

(xaw_pop_instance): Make x, y, w, h unsigned.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Apr 1995 18:34:01 +0000
parents 65c12e57f119
children 7a4512fba8bc
files lwlib/lwlib-Xaw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib-Xaw.c	Sat Apr 15 18:33:29 1995 +0000
+++ b/lwlib/lwlib-Xaw.c	Sat Apr 15 18:34:01 1995 +0000
@@ -220,7 +220,7 @@
 	     life easier?
 	   */
 	  {
-	    int x, y, w, h;
+	    unsigned int x, y, w, h;
 	    Widget topmost = instance->parent;
 	    Arg args[2];