1
0
Fork 0

Control: Add SIGPSTDRAW

master
Marrub 2016-10-17 19:22:54 -04:00
parent d9929aadd3
commit 44ae7d93e7
1 changed files with 5 additions and 4 deletions

View File

@ -19,10 +19,11 @@
#if defined(Lth_X)
Lth_X(SIGDESTROY, destroy, void, struct Lth_Control *)
Lth_X(SIGCLICK , click, void, struct Lth_Control *)
Lth_X(SIGDRAW , draw, void, struct Lth_Context *, struct Lth_Control *)
Lth_X(SIGUPDATE , update, void, struct Lth_Context *, struct Lth_Control *)
Lth_X(SIGDESTROY, destroy, void, struct Lth_Control *)
Lth_X(SIGCLICK , click, void, struct Lth_Control *)
Lth_X(SIGDRAW , draw, void, struct Lth_Context *, struct Lth_Control *)
Lth_X(SIGPSTDRAW, postdraw, void, struct Lth_Context *, struct Lth_Control *)
Lth_X(SIGUPDATE , update, void, struct Lth_Context *, struct Lth_Control *)
#undef Lth_X