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
0ab55904
Commit
0ab55904
authored
Dec 12, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Get rid of the unused set_drawable function.
parent
826c1d87
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
opengl.c
dlls/winex11.drv/opengl.c
+0
-13
No files found.
dlls/winex11.drv/opengl.c
View file @
0ab55904
...
...
@@ -530,19 +530,6 @@ inline static Drawable get_drawable( HDC hdc )
return
drawable
;
}
inline
static
void
set_drawable
(
HDC
hdc
,
Drawable
drawable
)
{
struct
x11drv_escape_set_drawable
escape
;
escape
.
code
=
X11DRV_SET_DRAWABLE
;
escape
.
drawable
=
drawable
;
escape
.
mode
=
IncludeInferiors
;
ZeroMemory
(
&
escape
.
dc_rect
,
sizeof
(
escape
.
dc_rect
));
ZeroMemory
(
&
escape
.
drawable_rect
,
sizeof
(
escape
.
drawable_rect
));
ExtEscape
(
hdc
,
X11DRV_ESCAPE
,
sizeof
(
escape
),
(
LPCSTR
)
&
escape
,
0
,
NULL
);
}
/**
* get_hdc_from_Drawable (internal)
*
...
...
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