From: ewt Date: Mon, 25 Mar 1996 02:59:29 +0000 (+0000) Subject: added ER_NEXTCOMP, ER_PREVCOMP X-Git-Tag: 0-1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb24039f625133cb95e844b92ba6dc5a4859325;p=thirdparty%2Fnewt.git added ER_NEXTCOMP, ER_PREVCOMP --- diff --git a/newt_pr.h b/newt_pr.h index e8dfbff..f90fd21 100644 --- a/newt_pr.h +++ b/newt_pr.h @@ -29,7 +29,8 @@ struct newtComponent { void * data; } ; -enum eventResultTypes { ER_IGNORED, ER_SWALLOWED, ER_EXITFORM }; +enum eventResultTypes { ER_IGNORED, ER_SWALLOWED, ER_EXITFORM, ER_NEXTCOMP, + ER_PREVCOMP }; struct eventResult { enum eventResultTypes result; };