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:
parent
ccf589a69c
commit
e363091e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue