mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
(struct frame): Make the `nothing' member of union
output_data an EMACS_INT.
This commit is contained in:
parent
61f2bcd7d1
commit
cf0fb540d0
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ struct frame
|
|||
struct x_output *x;
|
||||
struct w32_output *w32;
|
||||
struct mac_output *mac;
|
||||
int nothing;
|
||||
EMACS_INT nothing;
|
||||
}
|
||||
output_data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue