mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-23 08:08:54 -05:00
disable taskbar alerts on x86 until it's fixed in gtk
This commit is contained in:
parent
6f019e63f1
commit
e4e44c93e1
@ -218,7 +218,10 @@ mg_create_tab_colors (void)
|
||||
static void
|
||||
set_window_urgency (GtkWidget *win, gboolean set)
|
||||
{
|
||||
#ifdef _WIN64
|
||||
/* this is currently borked in OBS GTK+ 2.24.8 */
|
||||
gtk_window_set_urgency_hint (GTK_WINDOW (win), set);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user