aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-26 12:35:06 +0000
committerGerd Moellmann2000-09-26 12:35:06 +0000
commitcf0fb540d0d3f28ce46be52f9818d22a8d92ff2d (patch)
tree770aaa07adf59de327de95b7a315c32bbf4d137c /src/frame.h
parent61f2bcd7d1494f26c88e2d3f0821a4b5d2e86249 (diff)
downloademacs-cf0fb540d0d3f28ce46be52f9818d22a8d92ff2d.tar.gz
emacs-cf0fb540d0d3f28ce46be52f9818d22a8d92ff2d.zip
(struct frame): Make the `nothing' member of union
output_data an EMACS_INT.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index 54f75f666d0..01ba8f8f5cf 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -245,7 +245,7 @@ struct frame
245 struct x_output *x; 245 struct x_output *x;
246 struct w32_output *w32; 246 struct w32_output *w32;
247 struct mac_output *mac; 247 struct mac_output *mac;
248 int nothing; 248 EMACS_INT nothing;
249 } 249 }
250 output_data; 250 output_data;
251 251