diff options
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 3775403810f..3d2b8208ddd 100644 --- a/src/frame.h +++ b/src/frame.h @@ -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; |