on_raising_win -> on_raised_win

This commit is contained in:
Vincent Wei
2020-02-05 22:24:04 +08:00
parent fa40fb4efe
commit d47b150f4b

View File

@@ -1686,10 +1686,10 @@ typedef struct _CompositorOps {
int zidx, const RECT* dst_rc);
/**
* This operation will be called when the system is raising the window
* This operation will be called when the system raised the window
* z-node to top.
*/
void (*on_raising_win) (CompositorCtxt* ctxt, MG_Layer* layer, int zidx);
void (*on_raised_win) (CompositorCtxt* ctxt, MG_Layer* layer, int zidx);
/**
* This operation will be called when the system is maximizing a window.