mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
Xquartz doesn't support XF86VidMode, nor does it support fullscreen mode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1447 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d26dabd3b9
commit
d5c9afd449
2 changed files with 8 additions and 1 deletions
|
@ -94,7 +94,9 @@ inline unsigned long timeGetTime()
|
|||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/keysym.h>
|
||||
#ifndef __APPLE__
|
||||
#include <X11/extensions/xf86vmode.h>
|
||||
#endif
|
||||
//#include <gtk/gtk.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
@ -112,7 +114,9 @@ typedef struct {
|
|||
XSetWindowAttributes attr;
|
||||
Bool fs;
|
||||
Bool doubleBuffered;
|
||||
#ifndef __APPLE__
|
||||
XF86VidModeModeInfo deskMode;
|
||||
#endif
|
||||
#endif
|
||||
int x, y;
|
||||
unsigned int width, height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue