mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
Adopted to changes in GUI header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18290 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb6b1b6a2f
commit
a374aad6f9
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-12-30 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/art/path.m (-DPSrectstroke::::,
|
||||
-_axis_rectangle::::vpath:axis::::pixel:): Adopted to change in
|
||||
NSAffineTransform.h.
|
||||
|
||||
2003-12-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/win32/WIN32Server.m (initWithAttributes:): Adjusted
|
||||
|
|
|
@ -390,8 +390,8 @@ within one pixel.) */
|
|||
matrix[1]=-ctm->matrix.m12;
|
||||
matrix[2]= ctm->matrix.m21;
|
||||
matrix[3]=-ctm->matrix.m22;
|
||||
matrix[4]= ctm->matrix.tx;
|
||||
matrix[5]=-ctm->matrix.ty + wi->sy;
|
||||
matrix[4]= ctm->matrix.tX;
|
||||
matrix[5]=-ctm->matrix.tY + wi->sy;
|
||||
|
||||
/* If the matrix is 'inverted', ie. if the determinant is negative,
|
||||
we need to flip the order of the vertices. Since it's a rectangle
|
||||
|
@ -1128,8 +1128,8 @@ static void clip_svp_callback(void *data, int y, int start,
|
|||
matrix[1] =-ctm->matrix.m12;
|
||||
matrix[2] = ctm->matrix.m21;
|
||||
matrix[3] =-ctm->matrix.m22;
|
||||
matrix[4] = ctm->matrix.tx;
|
||||
matrix[5] =-ctm->matrix.ty + wi->sy;
|
||||
matrix[4] = ctm->matrix.tX;
|
||||
matrix[5] =-ctm->matrix.tY + wi->sy;
|
||||
|
||||
vp2 = art_vpath_affine_transform(vp, matrix);
|
||||
art_free(vp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue