Fixed Linux build.

This commit is contained in:
bkaradzic 2013-08-07 23:03:09 -07:00
parent 2f72afca65
commit 5a2f097fcc
2 changed files with 4 additions and 8 deletions

View file

@ -7,19 +7,16 @@
#if BX_PLATFORM_LINUX #if BX_PLATFORM_LINUX
#include "bgfxplatform.h"
#include <string.h>
#include <stdlib.h>
#define XK_MISCELLANY #define XK_MISCELLANY
#define XK_LATIN1 #define XK_LATIN1
#include <X11/keysymdef.h> #include <X11/keysymdef.h>
#include <bgfxplatform.h>
#include <bx/thread.h>
#include <bx/os.h>
#undef None #undef None
#include "entry_p.h" #include "entry_p.h"
#include <bx/thread.h>
#include <bx/os.h>
#include <string.h> // memset
#define DEFAULT_WIDTH 1280 #define DEFAULT_WIDTH 1280
#define DEFAULT_HEIGHT 720 #define DEFAULT_HEIGHT 720

View file

@ -6,7 +6,6 @@
#ifndef __ENTRY_PRIVATE_H__ #ifndef __ENTRY_PRIVATE_H__
#define __ENTRY_PRIVATE_H__ #define __ENTRY_PRIVATE_H__
#include <bgfxplatform.h>
#include <bx/spscqueue.h> #include <bx/spscqueue.h>
#include "entry.h" #include "entry.h"