move EVT_NONE to base event

This commit is contained in:
xianjimli 2019-04-02 13:40:09 +08:00
parent 92a1cc9ff9
commit 35e551e29b
2 changed files with 5 additions and 5 deletions

View File

@ -36,11 +36,6 @@ BEGIN_C_DECLS
* *
*/ */
typedef enum _event_type_t { typedef enum _event_type_t {
/**
* @const EVT_NONE
*
*/
EVT_NONE = 0,
/** /**
* @const EVT_POINTER_DOWN * @const EVT_POINTER_DOWN
* (pointer_event_t) * (pointer_event_t)

View File

@ -33,6 +33,11 @@ BEGIN_C_DECLS
* *
*/ */
typedef enum _event_base_type_t { typedef enum _event_base_type_t {
/**
* @const EVT_NONE
*
*/
EVT_NONE = 0,
/** /**
* @const EVT_PROP_WILL_CHANGE * @const EVT_PROP_WILL_CHANGE
* (prop_change_event_t) * (prop_change_event_t)