From e363091e2ca7dafea60c618efd59465693986a1d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 15 Apr 1995 18:34:01 +0000 Subject: [PATCH] (xaw_pop_instance): Make x, y, w, h unsigned. --- lwlib/lwlib-Xaw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.5