4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-31 11:20:27 +08:00

fixed compiling error.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2082 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2012-04-16 09:03:01 +00:00
parent 090553f768
commit bfad5e609f

View File

@ -9,10 +9,10 @@
#include <rtgui/widgets/filelist_view.h>
#include <string.h>
// static rtgui_image_t* image = RT_NULL;
// static rtgui_view_t* _view = RT_NULL;
#if defined(RTGUI_USING_DFS_FILERW) || defined(RTGUI_USING_STDIO_FILERW)
static rtgui_image_t* image = RT_NULL;
static rtgui_view_t* _view = RT_NULL;
/* 打开按钮的回调函数 */
static void open_btn_onbutton(rtgui_widget_t* widget, struct rtgui_event* event)
{