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:
@@ -427,7 +427,7 @@ static void draw_nlastrips(SpaceNla *snla)
|
||||
|
||||
}
|
||||
|
||||
void drawnlaspace(void)
|
||||
void drawnlaspace(ScrArea *sa, void *spacedata)
|
||||
{
|
||||
short ofsx = 0, ofsy = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user