diff options
author | Alexander Gramiak <agrambot@gmail.com> | 2019-05-09 09:37:50 -0600 |
---|---|---|
committer | Alexander Gramiak <agrambot@gmail.com> | 2019-05-10 17:26:12 -0600 |
commit | 616ce44ac53f08bf447cbc032f4bb10cd65c0b70 (patch) | |
tree | 99e0fca55271fabf5e81819f95c19e484a5fa90b /src/nsgui.h | |
parent | 6bfc5fc6c4dfbed4b07528b64414fb04675cdf79 (diff) | |
download | emacs-616ce44ac53f08bf447cbc032f4bb10cd65c0b70.tar.gz |
Convert Free_Pixmap macro into terminal hook
* src/termhooks.h (terminal) [HAVE_WINDOW_SYSTEM]: New terminal hook
free_pixmap.
* src/image.c: Replace Free_Pixmap with free_pixmap.
* src/msdos.h (FRAME_X_DISPLAY):
* src/nsgui.h (Display):
* src/nsterm.h (FRAME_NS_DISPLAY, FRAME_X_DISPLAY, FRAME_X_SCREEN)
(FRAME_X_VISUAL):
* src/w32term.h (FRAME_X_DISPLAY): Remove unused X-compatibility
macros and typedefs.
* src/nsterm.m:
* src/w32term.c:
* src/xterm.c: Implement and set free_pixmap hook.
Diffstat (limited to 'src/nsgui.h')
-rw-r--r-- | src/nsgui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsgui.h b/src/nsgui.h index c147f4dec49..ab6cdff1e5c 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -115,7 +115,6 @@ typedef NSColor * Color; typedef void * Color; #endif typedef int Window; -typedef int Display; /* Some sort of attempt to normalize rectangle handling. Seems a bit |