gimp r25052 - in trunk: . app/display
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25052 - in trunk: . app/display
- Date: Thu, 6 Mar 2008 18:40:20 +0000 (GMT)
Author: mitch
Date: Thu Mar 6 18:40:19 2008
New Revision: 25052
URL: http://svn.gnome.org/viewvc/gimp?rev=25052&view=rev
Log:
2008-03-06 Michael Natterer <mitch gimp org>
* app/display/gimpdisplayshell-callbacks.c
(gimp_display_shell_canvas_tool_events): minor formatting fixes.
Modified:
trunk/ChangeLog
trunk/app/display/gimpdisplayshell-callbacks.c
Modified: trunk/app/display/gimpdisplayshell-callbacks.c
==============================================================================
--- trunk/app/display/gimpdisplayshell-callbacks.c (original)
+++ trunk/app/display/gimpdisplayshell-callbacks.c Thu Mar 6 18:40:19 2008
@@ -1209,9 +1209,9 @@
* risk loosing some.
*/
if ((gimp_tool_control_get_motion_mode (active_tool->control) ==
- GIMP_MOTION_MODE_EXACT) &&
+ GIMP_MOTION_MODE_EXACT) &&
gdk_device_get_history (mevent->device, mevent->window,
- shell->last_read_motion_time+1,
+ shell->last_read_motion_time + 1,
mevent->time - 1,
&history_events,
&n_history_events))
@@ -1220,7 +1220,6 @@
for (i = 0; i < n_history_events; i++)
{
-
gimp_display_shell_get_time_coords (shell,
mevent->device,
history_events[i],
@@ -1293,7 +1292,6 @@
/* Early removal of useless events saves CPU time.
* Smoothing is 0.0 here for coasting.
*/
-
if (gimp_display_shell_eval_event (shell,
&image_coords,
0.0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]