This commit is contained in:
John Cupitt 2010-03-12 09:05:08 +00:00
parent a7e21dddda
commit 3f10e78b91
2 changed files with 0 additions and 5 deletions

4
TODO
View File

@ -1,7 +1,3 @@
- had an assert fail in im_render() invalidate callback, argh
can we make this safer?
- doing im_create_fmask() and friends
- how about im_invalidate_area()? we currently repaint the whole window on

View File

@ -502,5 +502,4 @@ im_invalidate( IMAGE *im )
im_invalidate_trigger( to_be_invalidated );
g_slist_free( to_be_invalidated );
}