1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(xaw_pop_instance): Make x, y, w, h unsigned.

This commit is contained in:
Richard M. Stallman 1995-04-15 18:34:01 +00:00
parent ccf589a69c
commit e363091e2c

View 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];