mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 05:00:19 +00:00
11 lines
315 B
C
11 lines
315 B
C
|
|
#ifndef ZOITECHAT_THEME_APPLICATION_H
|
||
|
|
#define ZOITECHAT_THEME_APPLICATION_H
|
||
|
|
|
||
|
|
#include "../fe-gtk.h"
|
||
|
|
|
||
|
|
gboolean theme_application_apply_mode (unsigned int mode, gboolean *palette_changed);
|
||
|
|
void theme_application_reload_input_style (void);
|
||
|
|
InputStyle *theme_application_update_input_style (InputStyle *style);
|
||
|
|
|
||
|
|
#endif
|