Commit 7ec71685 authored by Sam Lantinga's avatar Sam Lantinga

Merged some patches from NetBSD pkgsrc:

Added two patches for Solaris 8. The X11 implementation does not
define the xEvent structure unless NEED_EVENTS is defined.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402454
parent 4011f1ea
......@@ -24,6 +24,8 @@
/* Handle the event stream, converting DGA events into SDL events */
#include <stdio.h>
#define NEED_EVENTS
#define NEED_REPLIES
#include <X11/Xlib.h>
#include "../Xext/extensions/xf86dga.h"
......
......@@ -26,6 +26,8 @@
#include <stdio.h>
#define NEED_EVENTS
#define NEED_REPLIES
#include <X11/Xlib.h>
#include "../Xext/extensions/xf86dga.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment