提交 bbac716a 编写于 作者: 指向BIOS的野指针's avatar 指向BIOS的野指针

fix the x,y reversion issue

上级 f42261a9
......@@ -31,7 +31,7 @@ namespace bwl
{
memcpy(((uint32_t *)drm_buffer) + (__ud.__bg.pos[0] + (__ud.__bg.pos[1] + i) * getDisplayWidth()),
((uint32_t *)pages[current_pgid]->server_bg_layer) + (__ud.__bg.pos[0] + (__ud.__bg.pos[1] + i) * getDisplayWidth()),
__ud.__bg.size[1] * sizeof(uint32_t));
__ud.__bg.size[0] * sizeof(uint32_t));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册