Confirmed users
180
edits
Line 53: | Line 53: | ||
/* size of plugin window in current buffer, used for scale information */ | /* size of plugin window in current buffer, used for scale information */ | ||
NPSize pluginSize; | NPSize pluginSize; | ||
/* "data" points to exposeX/Y point, which is also offset in plugin window area */ | |||
int32_t exposeX; | |||
int32_t exposeY; | |||
/* size of data buffer, size of area where plugin should paint */ | |||
/* exposeX/Y + exposeSize <= pluginSize */ | |||
NPSize exposeSize; | |||
} NPImageData; | } NPImageData; | ||