diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-09-17 01:43:03 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-09-17 01:43:03 +0000 |
| commit | f0801860c2e4ea2034af80b34c2ce424cfefb0fb (patch) | |
| tree | 378283ad5e8ccfb31c7acd583ef2a248bb39043a /plugins/dfxvideo | |
| parent | a4905ffaa0185235cc638098dae277f8abc0a56c (diff) | |
We don't want to reference X11 on the Mac side.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79893 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfxvideo')
| -rw-r--r-- | plugins/dfxvideo/externals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfxvideo/externals.h b/plugins/dfxvideo/externals.h index c7360836..d168336f 100644 --- a/plugins/dfxvideo/externals.h +++ b/plugins/dfxvideo/externals.h @@ -98,9 +98,9 @@ #ifndef _MACGL #include <X11/Xlib.h> #include <X11/Xutil.h> +#include <X11/cursorfont.h> #endif #include <math.h> -#include <X11/cursorfont.h> #include <stdint.h> #endif |
