mirror of https://github.com/GNOME/gimp.git
formatting.
2008-03-25 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.h: formatting. svn path=/trunk/; revision=25220
This commit is contained in:
parent
76afd97769
commit
adaa11a070
|
@ -1,3 +1,7 @@
|
|||
2008-03-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell.h: formatting.
|
||||
|
||||
2008-03-25 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimp-gui.[ch]
|
||||
|
|
|
@ -78,10 +78,10 @@ struct _GimpDisplayShell
|
|||
GimpUnit unit;
|
||||
|
||||
GimpZoomModel *zoom;
|
||||
gdouble other_scale; /* scale factor entered in Zoom->Other */
|
||||
gboolean dot_for_dot; /* is monitor resolution being ignored? */
|
||||
gdouble other_scale; /* scale factor entered in Zoom->Other*/
|
||||
gboolean dot_for_dot; /* ignore monitor resolution */
|
||||
|
||||
gint offset_x; /* offset of display image into raw image */
|
||||
gint offset_x; /* offset of display image */
|
||||
gint offset_y;
|
||||
|
||||
gdouble scale_x; /* horizontal scale factor */
|
||||
|
@ -123,7 +123,7 @@ struct _GimpDisplayShell
|
|||
GtkWidget *vrule;
|
||||
|
||||
GtkWidget *origin; /* NW: origin */
|
||||
GtkWidget *quick_mask_button; /* SW: quick mask button */
|
||||
GtkWidget *quick_mask_button;/* SW: quick mask button */
|
||||
GtkWidget *zoom_button; /* NE: zoom toggle button */
|
||||
GtkWidget *nav_ebox; /* SE: navigation event box */
|
||||
|
||||
|
@ -145,8 +145,7 @@ struct _GimpDisplayShell
|
|||
GimpCursorModifier cursor_modifier; /* Cursor modifier (plus, minus, ...) */
|
||||
|
||||
GimpCursorType override_cursor; /* Overriding cursor */
|
||||
gboolean using_override_cursor; /* is the cursor overridden? */
|
||||
|
||||
gboolean using_override_cursor;
|
||||
gboolean draw_cursor; /* should we draw software cursor ? */
|
||||
gboolean have_cursor; /* is cursor currently drawn ? */
|
||||
gint cursor_x; /* software cursor X value */
|
||||
|
|
Loading…
Reference in New Issue