Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
21dfc93e
Commit
21dfc93e
authored
Jul 13, 2010
by
Ryan C. Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new X11 symbols that XShape support needs to the dynamic function list.
parent
c1483580
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
SDL_x11sym.h
src/video/x11/SDL_x11sym.h
+6
-0
No files found.
src/video/x11/SDL_x11sym.h
View file @
21dfc93e
...
@@ -151,6 +151,7 @@ SDL_X11_SYM(SDL_X11_XSynchronizeRetType,XSynchronize,(Display* a,Bool b),(a,b),r
...
@@ -151,6 +151,7 @@ SDL_X11_SYM(SDL_X11_XSynchronizeRetType,XSynchronize,(Display* a,Bool b),(a,b),r
SDL_X11_SYM
(
SDL_X11_XESetWireToEventRetType
,
XESetWireToEvent
,(
Display
*
a
,
int
b
,
SDL_X11_XESetWireToEventRetType
c
),(
a
,
b
,
c
),
return
)
SDL_X11_SYM
(
SDL_X11_XESetWireToEventRetType
,
XESetWireToEvent
,(
Display
*
a
,
int
b
,
SDL_X11_XESetWireToEventRetType
c
),(
a
,
b
,
c
),
return
)
SDL_X11_SYM
(
SDL_X11_XESetEventToWireRetType
,
XESetEventToWire
,(
Display
*
a
,
int
b
,
SDL_X11_XESetEventToWireRetType
c
),(
a
,
b
,
c
),
return
)
SDL_X11_SYM
(
SDL_X11_XESetEventToWireRetType
,
XESetEventToWire
,(
Display
*
a
,
int
b
,
SDL_X11_XESetEventToWireRetType
c
),(
a
,
b
,
c
),
return
)
SDL_X11_SYM
(
XExtensionErrorHandler
,
XSetExtensionErrorHandler
,(
XExtensionErrorHandler
a
),(
a
),
return
)
SDL_X11_SYM
(
XExtensionErrorHandler
,
XSetExtensionErrorHandler
,(
XExtensionErrorHandler
a
),(
a
),
return
)
SDL_X11_SYM
(
Pixmap
,
XCreateBitmapFromData
,(
Display
*
dpy
,
Drawable
d
,
_Xconst
char
*
data
,
unsigned
int
width
,
unsigned
int
height
),(
dpy
,
d
,
data
,
width
,
height
),
return
)
#if NeedWidePrototypes
#if NeedWidePrototypes
SDL_X11_SYM
(
KeySym
,
XKeycodeToKeysym
,(
Display
*
a
,
unsigned
int
b
,
int
c
),(
a
,
b
,
c
),
return
)
SDL_X11_SYM
(
KeySym
,
XKeycodeToKeysym
,(
Display
*
a
,
unsigned
int
b
,
int
c
),(
a
,
b
,
c
),
return
)
...
@@ -232,6 +233,11 @@ SDL_X11_SYM(Status,XScreenSaverQueryVersion,(Display *dpy,int *major_versionp,in
...
@@ -232,6 +233,11 @@ SDL_X11_SYM(Status,XScreenSaverQueryVersion,(Display *dpy,int *major_versionp,in
SDL_X11_SYM
(
void
,
XScreenSaverSuspend
,(
Display
*
dpy
,
Bool
suspend
),(
dpy
,
suspend
),
return
)
SDL_X11_SYM
(
void
,
XScreenSaverSuspend
,(
Display
*
dpy
,
Bool
suspend
),(
dpy
,
suspend
),
return
)
#endif
#endif
#if 1
/* !!! FIXME: SDL_VIDEO_DRIVER_X11_XSHAPE */
SDL_X11_MODULE
(
XSHAPE
)
SDL_X11_SYM
(
void
,
XShapeCombineMask
,(
Display
*
dpy
,
Window
dest
,
int
dest_kind
,
int
x_off
,
int
y_off
,
Pixmap
src
,
int
op
),(
dpy
,
dest
,
dest_kind
,
x_off
,
y_off
,
src
,
op
),)
#endif
/* *INDENT-ON* */
/* *INDENT-ON* */
/* vi: set ts=4 sw=4 expandtab: */
/* vi: set ts=4 sw=4 expandtab: */
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