Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7196c970
Commit
7196c970
authored
Aug 29, 2007
by
Dan Nicolaescu
Browse files
(mac_initialize): Delete declaration.
parent
fe6b2fd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/macterm.h
src/macterm.h
+0
-1
No files found.
src/ChangeLog
View file @
7196c970
...
...
@@ -35,6 +35,7 @@
(mac_create_terminal): ... to this new function.
* macterm.h (struct mac_display_info): Add terminal.
(mac_initialize): Delete declaration.
* puresize.h (BASE_PURESIZE): Increase base value to 1164000.
src/macterm.h
View file @
7196c970
...
...
@@ -636,7 +636,6 @@ extern void x_free_frame_resources P_ ((struct frame *));
extern
void
x_destroy_window
P_
((
struct
frame
*
));
extern
void
x_wm_set_size_hint
P_
((
struct
frame
*
,
long
,
int
));
extern
void
x_delete_display
P_
((
struct
x_display_info
*
));
extern
void
mac_initialize
P_
((
void
));
extern
Pixmap
XCreatePixmap
P_
((
Display
*
,
WindowRef
,
unsigned
int
,
unsigned
int
,
unsigned
int
));
extern
Pixmap
XCreatePixmapFromBitmapData
P_
((
Display
*
,
WindowRef
,
char
*
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment