From 44ae7d93e74a31b95a534d9b6004338812673d93 Mon Sep 17 00:00:00 2001 From: Marrub Date: Mon, 17 Oct 2016 19:22:54 -0400 Subject: [PATCH] Control: Add SIGPSTDRAW --- lithos_c/inc/Lth_callback.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lithos_c/inc/Lth_callback.h b/lithos_c/inc/Lth_callback.h index 44bcdcc..b821be9 100644 --- a/lithos_c/inc/Lth_callback.h +++ b/lithos_c/inc/Lth_callback.h @@ -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