Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
044fbbd5
Commit
044fbbd5
authored
Jul 05, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Remove DECLSPEC_HIDDEN usage.
parent
b2492ed8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
39 deletions
+39
-39
afm.c
dlls/wineps.drv/afm.c
+1
-1
agl.h
dlls/wineps.drv/data/agl.h
+35
-35
mkagl.c
dlls/wineps.drv/mkagl.c
+1
-1
printproc.c
dlls/wineps.drv/printproc.c
+1
-1
psdrv.h
dlls/wineps.drv/psdrv.h
+0
-0
text.c
dlls/wineps.drv/text.c
+1
-1
No files found.
dlls/wineps.drv/afm.c
View file @
044fbbd5
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
/* ptr to fonts for which we have afm files */
/* ptr to fonts for which we have afm files */
DECLSPEC_HIDDEN
FONTFAMILY
*
PSDRV_AFMFontList
=
NULL
;
FONTFAMILY
*
PSDRV_AFMFontList
=
NULL
;
/***********************************************************
/***********************************************************
...
...
dlls/wineps.drv/data/agl.h
View file @
044fbbd5
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_AvantGarde_Demi
;
extern
const
AFM
PSDRV_AvantGarde_Demi
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_AvantGarde_DemiOblique
;
extern
const
AFM
PSDRV_AvantGarde_DemiOblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_AvantGarde_Book
;
extern
const
AFM
PSDRV_AvantGarde_Book
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_AvantGarde_BookOblique
;
extern
const
AFM
PSDRV_AvantGarde_BookOblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Bookman_Demi
;
extern
const
AFM
PSDRV_Bookman_Demi
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Bookman_DemiItalic
;
extern
const
AFM
PSDRV_Bookman_DemiItalic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Bookman_Light
;
extern
const
AFM
PSDRV_Bookman_Light
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Bookman_LightItalic
;
extern
const
AFM
PSDRV_Bookman_LightItalic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Courier_Bold
;
extern
const
AFM
PSDRV_Courier_Bold
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Courier_BoldOblique
;
extern
const
AFM
PSDRV_Courier_BoldOblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Courier
;
extern
const
AFM
PSDRV_Courier
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Courier_Oblique
;
extern
const
AFM
PSDRV_Courier_Oblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica
;
extern
const
AFM
PSDRV_Helvetica
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica_Bold
;
extern
const
AFM
PSDRV_Helvetica_Bold
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica_BoldOblique
;
extern
const
AFM
PSDRV_Helvetica_BoldOblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica_Narrow
;
extern
const
AFM
PSDRV_Helvetica_Narrow
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica_Narrow_Bold
;
extern
const
AFM
PSDRV_Helvetica_Narrow_Bold
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica_Narrow_BoldOblique
;
extern
const
AFM
PSDRV_Helvetica_Narrow_BoldOblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica_Narrow_Oblique
;
extern
const
AFM
PSDRV_Helvetica_Narrow_Oblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Helvetica_Oblique
;
extern
const
AFM
PSDRV_Helvetica_Oblique
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_NewCenturySchlbk_Bold
;
extern
const
AFM
PSDRV_NewCenturySchlbk_Bold
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_NewCenturySchlbk_BoldItalic
;
extern
const
AFM
PSDRV_NewCenturySchlbk_BoldItalic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_NewCenturySchlbk_Italic
;
extern
const
AFM
PSDRV_NewCenturySchlbk_Italic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_NewCenturySchlbk_Roman
;
extern
const
AFM
PSDRV_NewCenturySchlbk_Roman
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Palatino_Bold
;
extern
const
AFM
PSDRV_Palatino_Bold
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Palatino_BoldItalic
;
extern
const
AFM
PSDRV_Palatino_BoldItalic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Palatino_Italic
;
extern
const
AFM
PSDRV_Palatino_Italic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Palatino_Roman
;
extern
const
AFM
PSDRV_Palatino_Roman
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Symbol
;
extern
const
AFM
PSDRV_Symbol
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Times_Bold
;
extern
const
AFM
PSDRV_Times_Bold
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Times_BoldItalic
;
extern
const
AFM
PSDRV_Times_BoldItalic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Times_Italic
;
extern
const
AFM
PSDRV_Times_Italic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_Times_Roman
;
extern
const
AFM
PSDRV_Times_Roman
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_ZapfChancery_MediumItalic
;
extern
const
AFM
PSDRV_ZapfChancery_MediumItalic
;
DECLSPEC_HIDDEN
extern
const
AFM
PSDRV_ZapfDingbats
;
extern
const
AFM
PSDRV_ZapfDingbats
;
#define GN_A (PSDRV_AGLGlyphNames + 0)
#define GN_A (PSDRV_AGLGlyphNames + 0)
#define GN_AE (PSDRV_AGLGlyphNames + 1)
#define GN_AE (PSDRV_AGLGlyphNames + 1)
#define GN_AEacute (PSDRV_AGLGlyphNames + 2)
#define GN_AEacute (PSDRV_AGLGlyphNames + 2)
...
...
dlls/wineps.drv/mkagl.c
View file @
044fbbd5
...
@@ -217,7 +217,7 @@ static void read_afms(FILE *f_c, FILE *f_h)
...
@@ -217,7 +217,7 @@ static void read_afms(FILE *f_c, FILE *f_h)
if
(
font_family
[
i
]
==
'-'
)
if
(
font_family
[
i
]
==
'-'
)
font_family
[
i
]
=
'_'
;
font_family
[
i
]
=
'_'
;
fprintf
(
f_h
,
"
DECLSPEC_HIDDEN
extern const AFM PSDRV_%s;
\n
"
,
font_family
);
fprintf
(
f_h
,
"extern const AFM PSDRV_%s;
\n
"
,
font_family
);
fprintf
(
f_c
,
" &PSDRV_%s,
\n
"
,
font_family
);
fprintf
(
f_c
,
" &PSDRV_%s,
\n
"
,
font_family
);
while
(
1
)
while
(
1
)
...
...
dlls/wineps.drv/printproc.c
View file @
044fbbd5
...
@@ -1125,7 +1125,7 @@ static inline INT INTERNAL_YWSTODS(HDC hdc, INT height)
...
@@ -1125,7 +1125,7 @@ static inline INT INTERNAL_YWSTODS(HDC hdc, INT height)
return
pt
[
1
].
y
-
pt
[
0
].
y
;
return
pt
[
1
].
y
-
pt
[
0
].
y
;
}
}
extern
const
unsigned
short
bidi_direction_table
[]
DECLSPEC_HIDDEN
;
extern
const
unsigned
short
bidi_direction_table
[];
/*------------------------------------------------------------------------
/*------------------------------------------------------------------------
Bidirectional Character Types
Bidirectional Character Types
...
...
dlls/wineps.drv/psdrv.h
View file @
044fbbd5
This diff is collapsed.
Click to expand it.
dlls/wineps.drv/text.c
View file @
044fbbd5
...
@@ -40,7 +40,7 @@ static BOOL PSDRV_Text(print_ctx *ctx, INT x, INT y, UINT flags,
...
@@ -40,7 +40,7 @@ static BOOL PSDRV_Text(print_ctx *ctx, INT x, INT y, UINT flags,
LPCWSTR
str
,
UINT
count
,
LPCWSTR
str
,
UINT
count
,
BOOL
bDrawBackground
,
const
INT
*
lpDx
);
BOOL
bDrawBackground
,
const
INT
*
lpDx
);
extern
const
unsigned
short
vertical_orientation_table
[]
DECLSPEC_HIDDEN
;
extern
const
unsigned
short
vertical_orientation_table
[];
static
BOOL
check_unicode_tategaki
(
WCHAR
uchar
)
static
BOOL
check_unicode_tategaki
(
WCHAR
uchar
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment