Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01b564ff
Commit
01b564ff
authored
Jul 15, 2010
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font): Convert old-style definition.
parent
2b23d2a6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
src/ChangeLog
src/ChangeLog
+3
-0
src/xterm.c
src/xterm.c
+3
-5
No files found.
src/ChangeLog
View file @
01b564ff
2010-07-15 Andreas Schwab <schwab@linux-m68k.org>
* xterm.c (x_fully_uncatch_errors, x_trace_wire, x_check_font):
Convert old-style definition.
* xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of
timestamp argument.
...
...
src/xterm.c
View file @
01b564ff
...
...
@@ -7503,7 +7503,7 @@ x_clear_errors (Display *dpy)
/* Close off all unclosed x_catch_errors calls. */
void
x_fully_uncatch_errors ()
x_fully_uncatch_errors (
void
)
{
while (x_error_message)
x_uncatch_errors ();
...
...
@@ -7520,7 +7520,7 @@ x_catching_errors (void)
#if 0
static unsigned int x_wire_count;
x_trace_wire ()
x_trace_wire (
void
)
{
fprintf (stderr, "Lib call: %d\n", ++x_wire_count);
}
...
...
@@ -9560,9 +9560,7 @@ x_wm_set_icon_position (struct frame *f, int icon_x, int icon_y)
font table. */
static void
x_check_font (f, font)
struct frame *f;
struct font *font;
x_check_font (struct frame *f, struct font *font)
{
Lisp_Object frame;
...
...
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