Mercurial > geeqie.yaz
comparison src/pixbuf-renderer.c @ 446:ddabc4873a3f
Effectively drop empty newlines at end of files (missing from rev 535)
author | zas_ |
---|---|
date | Sun, 20 Apr 2008 18:07:51 +0000 |
parents | 4b2d7f9af171 |
children | a73cc0fa14d0 |
comparison
equal
deleted
inserted
replaced
445:89f8bffbce21 | 446:ddabc4873a3f |
---|---|
4033 rect->y = pr->y_scroll; | 4033 rect->y = pr->y_scroll; |
4034 rect->width = pr->vis_width; | 4034 rect->width = pr->vis_width; |
4035 rect->height = pr->vis_height; | 4035 rect->height = pr->vis_height; |
4036 return TRUE; | 4036 return TRUE; |
4037 } | 4037 } |
4038 | |
4039 |