Skip to content

Commit

Permalink
Patched to compile on 32-bit X11, I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 22, 2006
1 parent bf295df commit 0495172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/x11/SDL_x11sym.h
Expand Up @@ -159,9 +159,11 @@ SDL_X11_SYM(Bool,XShmQueryExtension,(Display* a),(a),return)
* Not required...these only exist in code in headers on some 64-bit platforms,
* and are removed via macros elsewhere, so it's safe for them to be missing.
*/
#ifdef LONG64
SDL_X11_MODULE(IO_32BIT)
SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return)
SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),)
#endif

/*
* These only show up on some variants of Unix.
Expand Down

0 comments on commit 0495172

Please sign in to comment.