mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-17 00:49:25 +00:00
Compare commits
2 Commits
fix-issue-
...
b7f8327209
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7f8327209 | ||
| 27c82d8411 |
@@ -174,7 +174,7 @@ chanview_apply_theme (chanview *cv)
|
|||||||
chanview_set_font_desc (cv, font);
|
chanview_set_font_desc (cv, font);
|
||||||
|
|
||||||
theme_manager_apply_channel_tree_style (w,
|
theme_manager_apply_channel_tree_style (w,
|
||||||
theme_manager_get_channel_tree_palette_behavior (font));
|
theme_manager_get_channel_tree_palette_behavior (cv->font_desc));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ typedef enum
|
|||||||
WS_HIDDEN
|
WS_HIDDEN
|
||||||
} WinStatus;
|
} WinStatus;
|
||||||
|
|
||||||
#if !defined(WIN32) && (defined(HAVE_AYATANA_APPINDICATOR) || defined(HAVE_APPINDICATOR)) && !defined(GDK_WINDOWING_X11)
|
#if !defined(WIN32) && (defined(HAVE_AYATANA_APPINDICATOR) || defined(HAVE_APPINDICATOR))
|
||||||
#define HAVE_APPINDICATOR_BACKEND 1
|
#define HAVE_APPINDICATOR_BACKEND 1
|
||||||
#else
|
#else
|
||||||
#define HAVE_APPINDICATOR_BACKEND 0
|
#define HAVE_APPINDICATOR_BACKEND 0
|
||||||
|
|||||||
Reference in New Issue
Block a user