mirror of https://github.com/bkaradzic/bgfx
Fixed Linux build.
This commit is contained in:
parent
2f72afca65
commit
5a2f097fcc
|
@ -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
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef __ENTRY_PRIVATE_H__
|
||||
#define __ENTRY_PRIVATE_H__
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include <bx/spscqueue.h>
|
||||
|
||||
#include "entry.h"
|
||||
|
|
Loading…
Reference in New Issue