]> code.delx.au - gnu-emacs/blobdiff - src/frame.h
Merge from trunk.
[gnu-emacs] / src / frame.h
index 3775403810fa7315f32cb5526225afd7da42dbb3..3d2b8208dddba13bfffe8a19f48dbd945309b690 100644 (file)
@@ -322,7 +322,7 @@ struct frame
     struct x_output *x;         /* xterm.h */
     struct w32_output *w32;     /* w32term.h */
     struct ns_output *ns;       /* nsterm.h */
-    EMACS_INT nothing;
+    intptr_t nothing;
   }
   output_data;