mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
on_raising_win -> on_raised_win
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user