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
7b5571cc
Commit
7b5571cc
authored
Dec 06, 2005
by
Raphael Junqueira
Committed by
Alexandre Julliard
Dec 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11drv: cleanup not longer used data on X11DRV_PDEVICE.
parent
ca1c26b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
init.c
dlls/x11drv/init.c
+0
-2
x11drv.h
dlls/x11drv/x11drv.h
+0
-2
No files found.
dlls/x11drv/init.c
View file @
7b5571cc
...
...
@@ -164,8 +164,6 @@ BOOL X11DRV_DeleteDC( X11DRV_PDEVICE *physDev )
DeleteObject
(
physDev
->
region
);
wine_tsx11_lock
();
XFreeGC
(
gdi_display
,
physDev
->
gc
);
while
(
physDev
->
used_visuals
--
>
0
)
XFree
(
physDev
->
visuals
[
physDev
->
used_visuals
]);
wine_tsx11_unlock
();
HeapFree
(
GetProcessHeap
(),
0
,
physDev
);
return
TRUE
;
...
...
dlls/x11drv/x11drv.h
View file @
7b5571cc
...
...
@@ -140,8 +140,6 @@ typedef struct
int
depth
;
/* bit depth of the DC */
int
exposures
;
/* count of graphics exposures operations */
struct
dce
*
dce
;
/* opaque pointer to DCE */
XVisualInfo
*
visuals
[
MAX_PIXELFORMATS
];
int
used_visuals
;
int
current_pf
;
XRENDERINFO
xrender
;
}
X11DRV_PDEVICE
;
...
...
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