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
#include "bgfxplatform.h"
#include <string.h>
#include <stdlib.h>
#define XK_MISCELLANY
#define XK_LATIN1
#include <X11/keysymdef.h>
#include <bx/thread.h>
#include <bx/os.h>
#include <bgfxplatform.h>
#undef None
#include "entry_p.h"
#include <bx/thread.h>
#include <bx/os.h>
#include <string.h> // memset
#define DEFAULT_WIDTH 1280
#define DEFAULT_HEIGHT 720

View File

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