|
CompositorCtxt *(* | initialize )(const char *name) |
|
void(* | terminate )(CompositorCtxt *ctxt) |
|
void(* | refresh )(CompositorCtxt *ctxt) |
|
void(* | purge_ppp_data )(CompositorCtxt *ctxt, int zidx, void *data) |
|
void(* | purge_win_data )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx, void *data) |
|
void(* | calc_mainwin_pos )(CompositorCtxt *ctxt, MG_Layer *layer, DWORD zt_type, int first_for_type, int cli, CALCPOSINFO *info) |
|
void(* | on_layer_op )(CompositorCtxt *ctxt, int layer_op, MG_Layer *layer, MG_Client *client) |
|
BOOL(* | reset_dirty_region )(CompositorCtxt *ctxt, MG_Layer *layer) |
|
BOOL(* | merge_dirty_ppp )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
BOOL(* | merge_dirty_win )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
BOOL(* | merge_dirty_wpp )(CompositorCtxt *ctxt, MG_Layer *layer) |
|
BOOL(* | refresh_dirty_region )(CompositorCtxt *ctxt, MG_Layer *layer) |
|
void(* | on_dirty_screen )(CompositorCtxt *ctxt, MG_Layer *layer, DWORD cause_type, const RECT *rc_dirty) |
|
void(* | on_showing_ppp )(CompositorCtxt *ctxt, int zidx) |
|
void(* | on_hiding_ppp )(CompositorCtxt *ctxt, int zidx) |
|
void(* | on_closed_menu )(CompositorCtxt *ctxt, const RECT *rc_bound) |
|
void(* | on_showing_win )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
void(* | on_hiding_win )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
void(* | on_raised_win )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
void(* | on_changed_ct )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
void(* | on_changed_rgn )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx, const RECT *rc_org_bound) |
|
void(* | on_moved_win )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx, const RECT *rc_org) |
|
unsigned int(* | composite_layers )(CompositorCtxt *ctxt, MG_Layer *layers[], int nr_layers, void *combine_param) |
|
void(* | transit_to_layer )(CompositorCtxt *ctxt, MG_Layer *to_layer) |
|
void(* | on_maximizing_win )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
void(* | on_minimizing_win )(CompositorCtxt *ctxt, MG_Layer *layer, int zidx) |
|
The struct type defines the operations for a compositor.
Definition at line 1582 of file minigui.h.