aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2007-08-29 15:31:23 +0000
committerDan Nicolaescu2007-08-29 15:31:23 +0000
commit7196c97057ede717b8fd8b4d6ba6c223bbadd54a (patch)
tree617ea16c1f43aa7ce3e0d21f0079f3301c465b31 /src
parentfe6b2fd06fa13b83130d78a04e77e625cc3b65e9 (diff)
downloademacs-7196c97057ede717b8fd8b4d6ba6c223bbadd54a.tar.gz
emacs-7196c97057ede717b8fd8b4d6ba6c223bbadd54a.zip
(mac_initialize): Delete declaration.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/macterm.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8fda42bb347..eb3c1feaa71 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -35,6 +35,7 @@
35 (mac_create_terminal): ... to this new function. 35 (mac_create_terminal): ... to this new function.
36 36
37 * macterm.h (struct mac_display_info): Add terminal. 37 * macterm.h (struct mac_display_info): Add terminal.
38 (mac_initialize): Delete declaration.
38 39
39 * puresize.h (BASE_PURESIZE): Increase base value to 1164000. 40 * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
40 41
diff --git a/src/macterm.h b/src/macterm.h
index 9df9b1abcdb..f319adeb659 100644
--- a/src/macterm.h
+++ b/src/macterm.h
@@ -636,7 +636,6 @@ extern void x_free_frame_resources P_ ((struct frame *));
636extern void x_destroy_window P_ ((struct frame *)); 636extern void x_destroy_window P_ ((struct frame *));
637extern void x_wm_set_size_hint P_ ((struct frame *, long, int)); 637extern void x_wm_set_size_hint P_ ((struct frame *, long, int));
638extern void x_delete_display P_ ((struct x_display_info *)); 638extern void x_delete_display P_ ((struct x_display_info *));
639extern void mac_initialize P_ ((void));
640extern Pixmap XCreatePixmap P_ ((Display *, WindowRef, unsigned int, 639extern Pixmap XCreatePixmap P_ ((Display *, WindowRef, unsigned int,
641 unsigned int, unsigned int)); 640 unsigned int, unsigned int));
642extern Pixmap XCreatePixmapFromBitmapData P_ ((Display *, WindowRef, char *, 641extern Pixmap XCreatePixmapFromBitmapData P_ ((Display *, WindowRef, char *,