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
d065dd2e
Commit
d065dd2e
authored
May 29, 1993
by
Jim Blandy
Browse files
* sysdep.c (sys_siglist): Comment out #endif trailer.
* xmenu.c (TRUE, FALSE): Same. * xterm.c (dumprectangle): Same.
parent
d04e8e46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/xmenu.c
src/xmenu.c
+1
-1
src/xterm.c
src/xterm.c
+1
-1
No files found.
src/xmenu.c
View file @
d065dd2e
...
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef TRUE
#ifndef TRUE
#define TRUE 1
#define TRUE 1
#define FALSE 0
#define FALSE 0
#endif TRUE
#endif
/*
TRUE
*/
#ifdef HAVE_X11
#ifdef HAVE_X11
extern
Display
*
x_current_display
;
extern
Display
*
x_current_display
;
...
...
src/xterm.c
View file @
d065dd2e
...
@@ -1080,7 +1080,7 @@ dumprectangle (f, left, top, cols, rows)
...
@@ -1080,7 +1080,7 @@ dumprectangle (f, left, top, cols, rows)
|| right > intborder + f->width * FONT_WIDTH (f->display.x->font))
|| right > intborder + f->width * FONT_WIDTH (f->display.x->font))
dumpborder (f, 0);
dumpborder (f, 0);
}
}
#endif
/* HAVE_X11
/*
Window manger does this for X11. */
*/
#endif /* HAVE_X11 Window manger does this for X11. */
/* Convert rectangle edges in pixels to edges in chars.
/* Convert rectangle edges in pixels to edges in chars.
Round down for left and top, up for right and bottom. */
Round down for left and top, up for right and bottom. */
...
...
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