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
19cf14f5
Commit
19cf14f5
authored
Mar 10, 1999
by
Lionel Ulmer
Committed by
Alexandre Julliard
Mar 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- some clean up in handling of depth
- more depth conversion routines for X11 (15, 16 and 32 -> 8)
parent
bae5552a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ddraw.c
graphics/ddraw.c
+0
-0
ddraw.h
include/ddraw.h
+5
-2
No files found.
graphics/ddraw.c
View file @
19cf14f5
This diff is collapsed.
Click to expand it.
include/ddraw.h
View file @
19cf14f5
...
...
@@ -912,8 +912,11 @@ FAR * ) PURE;
}
*
LPDIRECTDRAW_VTABLE
,
IDirectDraw_VTable
;
struct
_common_directdrawdata
{
DWORD
screen_depth
;
DWORD
depth
;
/* SetDisplayMode */
DDPIXELFORMAT
directdraw_pixelformat
;
DDPIXELFORMAT
screen_pixelformat
;
int
pixmap_depth
;
void
(
*
pixel_convert
)(
void
*
src
,
void
*
dst
,
DWORD
width
,
DWORD
height
,
LONG
pitch
,
LPDIRECTDRAWPALETTE
palette
);
void
(
*
palette_convert
)(
LPPALETTEENTRY
palent
,
void
*
screen_palette
,
DWORD
start
,
DWORD
count
);
DWORD
height
,
width
;
/* SetDisplayMode */
HWND
mainWindow
;
/* SetCooperativeLevel */
...
...
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