projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b2065
)
fix conflict with /usr/include/MacTypes.h `Style` type
author
PLR
<plredmond@gmail.com>
Tue, 17 Nov 2015 03:08:13 +0000
(19:08 -0800)
committer
PLR
<plredmond@gmail.com>
Tue, 17 Nov 2015 03:08:13 +0000
(19:08 -0800)
src/main.h
patch
|
blob
|
history
diff --git
a/src/main.h
b/src/main.h
index
7e4c035
..
e9abea3
100644
(file)
--- a/
src/main.h
+++ b/
src/main.h
@@
-367,7
+367,7
@@
typedef struct {
VbColor status_bg[VB_STATUS_LAST];
VbColor status_fg[VB_STATUS_LAST];
PangoFontDescription *status_font[VB_STATUS_LAST];
-} Style;
+}
Vb
Style;
typedef struct {
Gui gui;
@@
-376,7
+376,7
@@
typedef struct {
char *files[FILES_LAST];
Mode *mode;
Config config;
- Style style;
+
Vb
Style style;
SoupSession *session;
#ifdef HAS_GTK3
Window embed;