Cleanup: rename event to event_type

Reserve `event` for wmEvent.
This commit is contained in:
2021-03-05 14:42:48 +11:00
parent aa86710242
commit 23dfcc5ac7
6 changed files with 19 additions and 19 deletions

View File

@@ -424,8 +424,8 @@ struct PieMenuData {
float last_pos[2];
double duration_gesture;
int flags;
/** initial event used to fire the pie menu, store here so we can query for release */
int event;
/** Initial event used to fire the pie menu, store here so we can query for release */
short event_type;
float alphafac;
};