From 2622843202d8a2ce0b771fc3ee282364de41cd2e Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 5 Feb 2020 11:05:41 +0800 Subject: [PATCH] tune argument name: rc -> rc_dirty of on_dirty_screen --- include/minigui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/minigui.h b/include/minigui.h index a54b839b..c2317d76 100644 --- a/include/minigui.h +++ b/include/minigui.h @@ -1633,12 +1633,12 @@ typedef struct _CompositorOps { * NULL for the topmost layer. * The argument \a cause_type gives the type of the z-node which caused * the action. For the available z-node types, please refer to \a ZNODEINFO. - * The argument \a rc contains the rectangle of the z-node in screen + * The argument \a rc_dirty contains the rectangle of the z-node in screen * coordinates. * The compositor should refresh the screen for the dirty rectangle. */ void (*on_dirty_screen) (CompositorCtxt* ctxt, MG_Layer* layer, - DWORD cause_type, const RECT* rc); + DWORD cause_type, const RECT* rc_dirty); /** * This operation will be called when the system is showing a new