提交 856f7161 编写于 作者: B bernard.xiong

fix hardware dc visible function.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@417 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 7225a923
......@@ -423,9 +423,11 @@ static rt_int32_t rtgui_dc_hw_get_textalign(struct rtgui_dc* self)
return dc->owner->gc.textalign;
}
static rt_bool_t rtgui_dc_hw_get_visible(struct rtgui_dc* dc)
static rt_bool_t rtgui_dc_hw_get_visible(struct rtgui_dc* self)
{
return RT_TRUE;
struct rtgui_dc_hw* dc = (struct rtgui_dc_hw*)self;
return dc->visible;
}
static void rtgui_dc_hw_get_rect(struct rtgui_dc* self, rtgui_rect_t* rect)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册