mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Actually functional, hopefully!, Xext test
This commit is contained in:
parent
b4cd73d4d5
commit
e619df7521
6
configure
vendored
6
configure
vendored
|
|
@ -22181,14 +22181,10 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||
#include <X11/extensions/Xext.h>
|
||||
#include <X11/extensions/extutil.h>
|
||||
|
||||
extern XExtDisplayInfo* XextAddDisplay(XExtensionInfo* a,Display* b,_Xconst char* c,XExtensionHooks* d,int e,XPointer f);
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
extern XExtDisplayInfo* XextAddDisplay(XExtensionInfo* a,Display* b,_Xconst char* c,XExtensionHooks* d,int e,XPointer f);
|
||||
XExtDisplayInfo*
|
||||
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
_ACEOF
|
||||
|
|
|
|||
|
|
@ -1098,9 +1098,8 @@ AC_HELP_STRING([--enable-x11-shared], [dynamically load X11 support [[default=ma
|
|||
#include <X11/Xproto.h>
|
||||
#include <X11/extensions/Xext.h>
|
||||
#include <X11/extensions/extutil.h>
|
||||
extern XExtDisplayInfo* XextAddDisplay(XExtensionInfo* a,Display* b,_Xconst char* c,XExtensionHooks* d,int e,XPointer f);
|
||||
],[
|
||||
extern XExtDisplayInfo* XextAddDisplay(XExtensionInfo* a,Display* b,_Xconst char* c,XExtensionHooks* d,int e,XPointer f);
|
||||
XExtDisplayInfo*
|
||||
],[
|
||||
have_const_param_XextAddDisplay=yes
|
||||
AC_DEFINE(SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user