X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui_unity.h;h=50ffa1db6459fbf1224c9608f8a2c4c04b552909;hp=cf8fa7d721c01aeaa6772bcb3aadf837b96d0af8;hb=51450a36b7143fe230197dfa89b5fd072af7421c;hpb=270d8e258b541a4e481c7323a2c1feb49f19dc2e diff --git a/src/ui_unity.h b/src/ui_unity.h index cf8fa7d..50ffa1d 100644 --- a/src/ui_unity.h +++ b/src/ui_unity.h @@ -28,6 +28,8 @@ static inline bool ui_unity_is_supported(void) { return true; } void ui_unity_launcher_entry_update(struct psensor **, unsigned int, int); +void ui_unity_init(void); + #else static inline bool ui_unity_is_supported(void) { return false; } @@ -37,6 +39,8 @@ ui_unity_launcher_entry_update(struct psensor **s, unsigned int show, int use_celsius) {} +static inline void ui_unity_init(void) {} + #endif #endif