tint2conf: Fix bad code when compiling with clang
This commit is contained in:
parent
2c90c5640e
commit
b9ab0ae58e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SNAPSHOT_TICK 190
|
#define SNAPSHOT_TICK 190
|
||||||
gboolean update_snapshot();
|
gboolean update_snapshot(gpointer ignored);
|
||||||
void menuApply();
|
void menuApply();
|
||||||
void refresh_current_theme();
|
void refresh_current_theme();
|
||||||
extern GtkWidget *g_window;
|
extern GtkWidget *g_window;
|
||||||
|
|
Loading…
Reference in a new issue