加入__line_length定义

This commit is contained in:
chinky 2017-03-11 16:25:24 +08:00
parent f71312693a
commit 8e305cde8c

View File

@ -28,6 +28,7 @@ extern FBDEV currFbdev;
//extern int32_t __clipx1, __clipx2, __clipy1, __clipy2;
extern uint32_t __xoffset, __yoffset;
extern uint32_t __xres, __yres;
extern uint32_t __line_length;
/**
*