Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
6027c88c
Commit
6027c88c
authored
Apr 02, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Mark internal symbols with hidden visibility.
parent
2271d82c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
psdrv.h
dlls/wineps.drv/psdrv.h
+8
-8
No files found.
dlls/wineps.drv/psdrv.h
View file @
6027c88c
...
...
@@ -393,7 +393,7 @@ static inline PSDRV_PDEVICE *get_psdrv_dev( PHYSDEV dev )
* Every glyph name in the Adobe Glyph List and the 35 core PostScript fonts
*/
extern
const
INT
PSDRV_AGLGlyphNamesSize
;
extern
const
INT
PSDRV_AGLGlyphNamesSize
DECLSPEC_HIDDEN
;
extern
GLYPHNAME
PSDRV_AGLGlyphNames
[]
DECLSPEC_HIDDEN
;
...
...
@@ -401,19 +401,19 @@ extern GLYPHNAME PSDRV_AGLGlyphNames[] DECLSPEC_HIDDEN;
* The AGL encoding vector
*/
extern
const
INT
PSDRV_AGLbyNameSize
;
/* sorted by name -
*/
extern
const
UNICODEGLYPH
PSDRV_AGLbyName
[]
DECLSPEC_HIDDEN
;
/* duplicates omitted */
extern
const
INT
PSDRV_AGLbyNameSize
DECLSPEC_HIDDEN
;
/* sorted by name
*/
extern
const
UNICODEGLYPH
PSDRV_AGLbyName
[]
DECLSPEC_HIDDEN
;
/* duplicates omitted */
extern
const
INT
PSDRV_AGLbyUVSize
;
/* sorted by UV -
*/
extern
const
UNICODEGLYPH
PSDRV_AGLbyUV
[]
DECLSPEC_HIDDEN
;
/* duplicates included */
extern
const
INT
PSDRV_AGLbyUVSize
DECLSPEC_HIDDEN
;
/* sorted by UV
*/
extern
const
UNICODEGLYPH
PSDRV_AGLbyUV
[]
DECLSPEC_HIDDEN
;
/* duplicates included */
extern
HINSTANCE
PSDRV_hInstance
DECLSPEC_HIDDEN
;
extern
HANDLE
PSDRV_Heap
DECLSPEC_HIDDEN
;
extern
char
*
PSDRV_ANSIVector
[
256
]
DECLSPEC_HIDDEN
;
extern
INPUTSLOT
*
find_slot
(
PPD
*
ppd
,
const
PSDRV_DEVMODE
*
dm
);
extern
PAGESIZE
*
find_pagesize
(
PPD
*
ppd
,
const
PSDRV_DEVMODE
*
dm
);
extern
DUPLEX
*
find_duplex
(
PPD
*
ppd
,
const
PSDRV_DEVMODE
*
dm
);
extern
INPUTSLOT
*
find_slot
(
PPD
*
ppd
,
const
PSDRV_DEVMODE
*
dm
)
DECLSPEC_HIDDEN
;
extern
PAGESIZE
*
find_pagesize
(
PPD
*
ppd
,
const
PSDRV_DEVMODE
*
dm
)
DECLSPEC_HIDDEN
;
extern
DUPLEX
*
find_duplex
(
PPD
*
ppd
,
const
PSDRV_DEVMODE
*
dm
)
DECLSPEC_HIDDEN
;
/* GDI driver functions */
extern
BOOL
PSDRV_Arc
(
PHYSDEV
dev
,
INT
left
,
INT
top
,
INT
right
,
INT
bottom
,
...
...
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