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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
d065dd2e
Commit
d065dd2e
authored
May 29, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sysdep.c (sys_siglist): Comment out #endif trailer.
* xmenu.c (TRUE, FALSE): Same. * xterm.c (dumprectangle): Same.
parent
d04e8e46
Changes
2
Show 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. */
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
TRUE
#endif
/* TRUE */
#ifdef HAVE_X11
extern
Display
*
x_current_display
;
...
...
src/xterm.c
View file @
d065dd2e
...
...
@@ -1080,7 +1080,7 @@ dumprectangle (f, left, top, cols, rows)
||
right
>
intborder
+
f
->
width
*
FONT_WIDTH
(
f
->
display
.
x
->
font
))
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.
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