fix conflict with /usr/include/MacTypes.h `Style` type
authorPLR <plredmond@gmail.com>
Tue, 17 Nov 2015 03:08:13 +0000 (19:08 -0800)
committerPLR <plredmond@gmail.com>
Tue, 17 Nov 2015 03:08:13 +0000 (19:08 -0800)
src/main.h

index 7e4c035..e9abea3 100644 (file)
@@ -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;
+} VbStyle;
 
 typedef struct {
     Gui             gui;
@@ -376,7 +376,7 @@ typedef struct {
     char            *files[FILES_LAST];
     Mode            *mode;
     Config          config;
-    Style           style;
+    VbStyle           style;
     SoupSession     *session;
 #ifdef HAS_GTK3
     Window          embed;