comparison src/libmlk-ui/ui/button.h @ 366:19782ea1cf4a

misc: start rebranding
author David Demelier <markand@malikania.fr>
date Sun, 24 Oct 2021 15:57:42 +0200
parents 8f9937403749
children 460c78706989
comparison
equal deleted inserted replaced
365:06badab52877 366:19782ea1cf4a
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #ifndef MOLKO_UI_BUTTON_H 19 #ifndef MLK_UI_BUTTON_H
20 #define MOLKO_UI_BUTTON_H 20 #define MLK_UI_BUTTON_H
21 21
22 #include <core/core.h> 22 #include <core/core.h>
23 23
24 union event; 24 union event;
25 25
59 void 59 void
60 button_action(struct button *, struct action *); 60 button_action(struct button *, struct action *);
61 61
62 CORE_END_DECLS 62 CORE_END_DECLS
63 63
64 #endif /* !MOLKO_UI_BUTTON_H */ 64 #endif /* !MLK_UI_BUTTON_H */