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
0b8117ed
Commit
0b8117ed
authored
Apr 07, 2019
by
Alexander Gramiak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; * src/frame.h (MonitorInfo): Remove const modifier
This removes a compiler warning with xfree.
parent
7b78857c
Pipeline
#1197
failed with stage
in 51 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/frame.h
src/frame.h
+1
-1
No files found.
src/frame.h
View file @
0b8117ed
...
...
@@ -1648,7 +1648,7 @@ flush_frame (struct frame *f)
struct
MonitorInfo
{
XRectangle
geom
,
work
;
int
mm_width
,
mm_height
;
const
char
*
name
;
char
*
name
;
};
extern
void
free_monitors
(
struct
MonitorInfo
*
monitors
,
int
n_monitors
);
...
...
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