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
21ebf42f
Commit
21ebf42f
authored
Jan 08, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Declare some functions static.
parent
d4fdeeaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mapping.c
dlls/gdi32/mapping.c
+1
-1
printdrv.c
dlls/gdi32/printdrv.c
+1
-1
No files found.
dlls/gdi32/mapping.c
View file @
21ebf42f
...
...
@@ -35,7 +35,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(gdi);
*
* Fix viewport extensions for isotropic mode.
*/
void
MAPPING_FixIsotropic
(
DC
*
dc
)
static
void
MAPPING_FixIsotropic
(
DC
*
dc
)
{
double
xdim
=
fabs
((
double
)
dc
->
vportExtX
*
GetDeviceCaps
(
dc
->
hSelf
,
HORZSIZE
)
/
(
GetDeviceCaps
(
dc
->
hSelf
,
HORZRES
)
*
dc
->
wndExtX
));
...
...
dlls/gdi32/printdrv.c
View file @
21ebf42f
...
...
@@ -439,7 +439,7 @@ typedef struct PRINTJOB
#define MAX_PRINT_JOBS 1
#define SP_OK 1
PPRINTJOB
gPrintJobsTable
[
MAX_PRINT_JOBS
];
static
PPRINTJOB
gPrintJobsTable
[
MAX_PRINT_JOBS
];
static
PPRINTJOB
FindPrintJobFromHandle
(
HANDLE16
hHandle
)
...
...
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