formatting.

2008-03-25  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell.h: formatting.

svn path=/trunk/; revision=25220
This commit is contained in:
Sven Neumann 2008-03-25 12:45:33 +00:00 committed by Sven Neumann
parent 76afd97769
commit adaa11a070
2 changed files with 91 additions and 88 deletions

View File

@ -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> 2008-03-25 Sven Neumann <sven@gimp.org>
* app/core/gimp-gui.[ch] * app/core/gimp-gui.[ch]

View File

@ -79,9 +79,9 @@ struct _GimpDisplayShell
GimpZoomModel *zoom; GimpZoomModel *zoom;
gdouble other_scale; /* scale factor entered in Zoom->Other*/ gdouble other_scale; /* scale factor entered in Zoom->Other*/
gboolean dot_for_dot; /* is monitor resolution being ignored? */ 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; gint offset_y;
gdouble scale_x; /* horizontal scale factor */ gdouble scale_x; /* horizontal scale factor */
@ -145,8 +145,7 @@ struct _GimpDisplayShell
GimpCursorModifier cursor_modifier; /* Cursor modifier (plus, minus, ...) */ GimpCursorModifier cursor_modifier; /* Cursor modifier (plus, minus, ...) */
GimpCursorType override_cursor; /* Overriding cursor */ 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 draw_cursor; /* should we draw software cursor ? */
gboolean have_cursor; /* is cursor currently drawn ? */ gboolean have_cursor; /* is cursor currently drawn ? */
gint cursor_x; /* software cursor X value */ gint cursor_x; /* software cursor X value */