Changeset 53 for gtkimageview/src
- Timestamp:
- 04/15/07 01:17:57 (6 years ago)
- Files:
-
- gtkimageview/src/image_view_drawer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/src/image_view_drawer.h
r52 r53 10 10 typedef struct 11 11 { 12 gdouble zoom;12 gdouble zoom; 13 13 Pos pos; 14 int interp;15 GdkPixbuf *pixbuf;16 GdkRectangle rect;14 int interp; 15 GdkPixbuf *pixbuf; 16 GdkRectangle rect; 17 17 } DrawSettings; 18 18 19 19 typedef struct 20 20 { 21 GdkPixbuf *last_pixbuf;22 DrawSettings old;23 21 GdkPixbuf *last_pixbuf; 22 DrawSettings old; 23 24 24 int check_color1; 25 25 int check_color2;
