Update space dispatch:
- drawXXXspace, changeXXXspace, and winqreadXXXspace now receive the area and spacedata as explicit arguments, allowing them to access private data w/o going through globals. - pass the new BWinEvent through to the winqreadXXXspace, allowing future access to extended event data. Removed direct calls to winqreadXXXspace to simulate user actions, replaced by calls to action functions in edit.c or the appropriate handler.
This commit is contained in:
@@ -40,6 +40,10 @@ int get_border(struct rcti *rect, short col);
|
||||
void count_object(struct Object *ob, int sel);
|
||||
void countall(void);
|
||||
void snapmenu(void);
|
||||
void mergemenu(void);
|
||||
void delete_context_selected(void);
|
||||
void duplicate_context_selected(void);
|
||||
void toggle_shading(void);
|
||||
|
||||
#endif /* BSE_EDIT_H */
|
||||
|
||||
|
Reference in New Issue
Block a user