mirror of https://github.com/GNOME/gimp.git
parent
bea814962f
commit
3c5699b11d
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Mar 18 21:16:14 MET 1998 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/crop.c: fixed an indented #define
|
||||||
|
|
||||||
Wed Mar 18 19:11:01 MET 1998 Sven Neumann <sven@gimp.org>
|
Wed Mar 18 19:11:01 MET 1998 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/app_procs.c: split the "Brought to you by S&P" line in
|
* app/app_procs.c: split the "Brought to you by S&P" line in
|
||||||
|
|
|
@ -466,8 +466,8 @@ crop_draw (Tool *tool)
|
||||||
Crop * crop;
|
Crop * crop;
|
||||||
GDisplay * gdisp;
|
GDisplay * gdisp;
|
||||||
|
|
||||||
#define SRW 10
|
#define SRW 10
|
||||||
#define SRH 10
|
#define SRH 10
|
||||||
|
|
||||||
gdisp = (GDisplay *) tool->gdisp_ptr;
|
gdisp = (GDisplay *) tool->gdisp_ptr;
|
||||||
crop = (Crop *) tool->private;
|
crop = (Crop *) tool->private;
|
||||||
|
|
|
@ -466,8 +466,8 @@ crop_draw (Tool *tool)
|
||||||
Crop * crop;
|
Crop * crop;
|
||||||
GDisplay * gdisp;
|
GDisplay * gdisp;
|
||||||
|
|
||||||
#define SRW 10
|
#define SRW 10
|
||||||
#define SRH 10
|
#define SRH 10
|
||||||
|
|
||||||
gdisp = (GDisplay *) tool->gdisp_ptr;
|
gdisp = (GDisplay *) tool->gdisp_ptr;
|
||||||
crop = (Crop *) tool->private;
|
crop = (Crop *) tool->private;
|
||||||
|
|
|
@ -466,8 +466,8 @@ crop_draw (Tool *tool)
|
||||||
Crop * crop;
|
Crop * crop;
|
||||||
GDisplay * gdisp;
|
GDisplay * gdisp;
|
||||||
|
|
||||||
#define SRW 10
|
#define SRW 10
|
||||||
#define SRH 10
|
#define SRH 10
|
||||||
|
|
||||||
gdisp = (GDisplay *) tool->gdisp_ptr;
|
gdisp = (GDisplay *) tool->gdisp_ptr;
|
||||||
crop = (Crop *) tool->private;
|
crop = (Crop *) tool->private;
|
||||||
|
|
Loading…
Reference in New Issue