mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-30 19:50:21 +00:00
Remove hack for missing XShmGetEventBase() declaration
Looks like xorg fixed the headers at some stage.
This commit is contained in:
parent
72613cde44
commit
5a511e082a
@ -38,9 +38,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#include <X11/extensions/XShm.h>
|
||||
#include <X11/extensions/xf86vmode.h>
|
||||
|
||||
// FIXME - not declared in <X11/extensions/XShm.h>, should have been...
|
||||
int XShmGetEventBase(Display *);
|
||||
|
||||
// FIXME - refactoring X11 support...
|
||||
#include "x11_core.h"
|
||||
#include "in_x11.h"
|
||||
|
Loading…
Reference in New Issue
Block a user