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
909f7ffc
Commit
909f7ffc
authored
Sep 26, 2007
by
Chris Robinson
Committed by
Alexandre Julliard
Sep 27, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Be compatible with older XComposite headers.
parent
20872abc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
x11drv_main.c
dlls/winex11.drv/x11drv_main.c
+0
-4
xcomposite.h
dlls/winex11.drv/xcomposite.h
+0
-2
No files found.
dlls/winex11.drv/x11drv_main.c
View file @
909f7ffc
...
...
@@ -386,8 +386,6 @@ MAKE_FUNCPTR(XCompositeUnredirectWindow)
MAKE_FUNCPTR
(
XCompositeUnredirectSubwindows
)
MAKE_FUNCPTR
(
XCompositeCreateRegionFromBorderClip
)
MAKE_FUNCPTR
(
XCompositeNameWindowPixmap
)
MAKE_FUNCPTR
(
XCompositeGetOverlayWindow
)
MAKE_FUNCPTR
(
XCompositeReleaseOverlayWindow
)
#undef MAKE_FUNCPTR
static
int
xcomp_event_base
;
...
...
@@ -415,8 +413,6 @@ static void X11DRV_XComposite_Init(void)
LOAD_FUNCPTR
(
XCompositeUnredirectSubwindows
)
LOAD_FUNCPTR
(
XCompositeCreateRegionFromBorderClip
)
LOAD_FUNCPTR
(
XCompositeNameWindowPixmap
)
LOAD_FUNCPTR
(
XCompositeGetOverlayWindow
)
LOAD_FUNCPTR
(
XCompositeReleaseOverlayWindow
)
#undef LOAD_FUNCPTR
if
(
!
pXCompositeQueryExtension
(
gdi_display
,
&
xcomp_event_base
,
...
...
dlls/winex11.drv/xcomposite.h
View file @
909f7ffc
...
...
@@ -37,8 +37,6 @@ MAKE_FUNCPTR(XCompositeUnredirectWindow)
MAKE_FUNCPTR
(
XCompositeUnredirectSubwindows
)
MAKE_FUNCPTR
(
XCompositeCreateRegionFromBorderClip
)
MAKE_FUNCPTR
(
XCompositeNameWindowPixmap
)
MAKE_FUNCPTR
(
XCompositeGetOverlayWindow
)
MAKE_FUNCPTR
(
XCompositeReleaseOverlayWindow
)
#undef MAKE_FUNCPTR
#endif
/* defined(SONAME_LIBXCOMPOSITE) */
...
...
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