projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b78857
)
; * src/frame.h (MonitorInfo): Remove const modifier
author
Alexander Gramiak
<agrambot@gmail.com>
Mon, 8 Apr 2019 01:17:48 +0000
(19:17 -0600)
committer
Alexander Gramiak
<agrambot@gmail.com>
Mon, 8 Apr 2019 01:17:48 +0000
(19:17 -0600)
This removes a compiler warning with xfree.
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index b1eedf36a3888495a6d7634628315e6cf8a07a21..ed62e7ace0ffbe94de1d0e3e1bf4ddfedd66786d 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-1648,7
+1648,7
@@
flush_frame (struct frame *f)
struct MonitorInfo {
XRectangle geom, work;
int mm_width, mm_height;
- c
onst c
har *name;
+ char *name;
};
extern void free_monitors (struct MonitorInfo *monitors, int n_monitors);