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
26522841
Commit
26522841
authored
Nov 04, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct x_output): Rename from struct x_display.
(the_only_x_display): Type is now struct x_output.
parent
f6816f88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/msdos.h
src/msdos.h
+2
-2
No files found.
src/msdos.h
View file @
26522841
...
...
@@ -53,7 +53,7 @@ typedef int Window;
#define XDISPLAY
/* This is a cut-down version of the one in xterm.h, which see. */
struct
x_
display
struct
x_
output
{
int
left_pos
;
int
top_pos
;
...
...
@@ -68,7 +68,7 @@ struct x_display
int
size_computed_faces
;
};
extern
struct
x_
display
the_only_x_display
;
extern
struct
x_
output
the_only_x_display
;
extern
Display
*
x_current_display
;
#define FRAME_PARAM_FACES(f) (the_only_x_display.param_faces)
...
...
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