浏览代码

* Inform code reader that current algorithm is wrong

tags/v0.99.beta17
Pascal Terjan pterjan 15 年前
父节点
当前提交
bd1c1cdda6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      caca/dirty.c

+ 1
- 0
caca/dirty.c 查看文件

@@ -150,6 +150,7 @@ int caca_add_dirty_rect(caca_canvas_t *cv, int x, int y, int width, int height)
}
else
{
/* FIXME We may get overlapping rectangles like this */
if(x < cv->dirty[0].xmin)
cv->dirty[0].xmin = x;
if(x + width - 1 > cv->dirty[0].xmax)


正在加载...
取消
保存