Changeset 53 for gtkimageview/src

Show
Ignore:
Timestamp:
04/15/07 01:17:57 (6 years ago)
Author:
bjourne
Message:

Fixed indentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/src/image_view_drawer.h

    r52 r53  
    1010typedef struct 
    1111{ 
    12        gdouble        zoom; 
     12    gdouble        zoom; 
    1313    Pos            pos; 
    14        int            interp; 
    15        GdkPixbuf     *pixbuf; 
    16        GdkRectangle   rect; 
     14    int            interp; 
     15    GdkPixbuf     *pixbuf; 
     16    GdkRectangle   rect; 
    1717} DrawSettings; 
    1818 
    1919typedef struct  
    2020{ 
    21        GdkPixbuf     *last_pixbuf; 
    22        DrawSettings   old; 
    23          
     21    GdkPixbuf     *last_pixbuf; 
     22    DrawSettings   old; 
     23 
    2424    int            check_color1; 
    2525    int            check_color2;