X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui_unity.h;h=52e51d986877ffcf1f9a665374044d2c180cc4ab;hp=cf8fa7d721c01aeaa6772bcb3aadf837b96d0af8;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=3ae5f94f90a9563f300c8db21e66f1ef6a96ee6e diff --git a/src/ui_unity.h b/src/ui_unity.h index cf8fa7d..52e51d9 100644 --- a/src/ui_unity.h +++ b/src/ui_unity.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -26,16 +26,18 @@ static inline bool ui_unity_is_supported(void) { return true; } -void ui_unity_launcher_entry_update(struct psensor **, unsigned int, int); +void ui_unity_launcher_entry_update(struct psensor **); + +void ui_unity_init(void); #else static inline bool ui_unity_is_supported(void) { return false; } static inline void -ui_unity_launcher_entry_update(struct psensor **s, - unsigned int show, - int use_celsius) {} +ui_unity_launcher_entry_update(struct psensor **s) {} + +static inline void ui_unity_init(void) {} #endif