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
a2afd5b8
Commit
a2afd5b8
authored
Aug 09, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Aug 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation fixes.
parent
ad9cab82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
escape.c
dlls/wineps/escape.c
+1
-1
xvidmode.c
dlls/x11drv/xvidmode.c
+13
-2
No files found.
dlls/wineps/escape.c
View file @
a2afd5b8
...
...
@@ -14,7 +14,7 @@ DEFAULT_DEBUG_CHANNEL(psdrv);
/**********************************************************************
* ExtEscape (
PSDRV
.@)
* ExtEscape (
WINEPS
.@)
*/
INT
PSDRV_ExtEscape
(
DC
*
dc
,
INT
nEscape
,
INT
cbInput
,
LPCVOID
in_data
,
INT
cbOutput
,
LPVOID
out_data
)
...
...
dlls/x11drv/xvidmode.c
View file @
a2afd5b8
...
...
@@ -278,9 +278,13 @@ BOOL X11DRV_XF86VM_SetGammaRamp(LPDDGAMMARAMP ramp)
#endif
/* HAVE_LIBXXF86VM */
/* FIXME: should move these somewhere appropriate, but probably not before
/***********************************************************************
* GetDeviceGammaRamp (X11DRV.@)
*
* FIXME: should move to somewhere appropriate, but probably not before
* the stuff in graphics/x11drv/ has been moved to dlls/x11drv, so that
* they can include xvidmode.h directly */
* they can include xvidmode.h directly
*/
BOOL
X11DRV_GetDeviceGammaRamp
(
DC
*
dc
,
LPVOID
ramp
)
{
#ifdef HAVE_LIBXXF86VM
...
...
@@ -290,6 +294,13 @@ BOOL X11DRV_GetDeviceGammaRamp(DC *dc, LPVOID ramp)
#endif
}
/***********************************************************************
* SetDeviceGammaRamp (X11DRV.@)
*
* FIXME: should move to somewhere appropriate, but probably not before
* the stuff in graphics/x11drv/ has been moved to dlls/x11drv, so that
* they can include xvidmode.h directly
*/
BOOL
X11DRV_SetDeviceGammaRamp
(
DC
*
dc
,
LPVOID
ramp
)
{
#ifdef HAVE_LIBXXF86VM
...
...
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