Kaynağa Gözat

* Add dirty rectangles when moving cursor

tags/v0.99.beta17
Pascal Terjan pterjan 15 yıl önce
ebeveyn
işleme
4bd79baf96
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      caca/string.c

+ 4
- 0
caca/string.c Dosyayı Görüntüle

@@ -53,6 +53,10 @@
*/
int caca_gotoxy(caca_canvas_t *cv, int x, int y)
{
/* FIXME Not needed if cursor is invisible */
caca_add_dirty_rect(cv, cv->frames[cv->frame].x, cv->frames[cv->frame].y, 1, 1);
caca_add_dirty_rect(cv, x, y, 1, 1);

cv->frames[cv->frame].x = x;
cv->frames[cv->frame].y = y;



Yükleniyor…
İptal
Kaydet