mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#include "../00-helloworld/logo.h"
|
||||
|
||||
extern bool entry_process_events(uint32_t* _width, uint32_t* _height, uint32_t* _debug, uint32_t* _reset);
|
||||
extern void* entry_get_default_native_window_handle();
|
||||
extern void* entry_get_native_display_handle();
|
||||
extern void* entry_get_default_native_window_handle(void);
|
||||
extern void* entry_get_native_display_handle(void);
|
||||
|
||||
uint16_t uint16_max(uint16_t _a, uint16_t _b)
|
||||
{
|
||||
|
||||
@@ -150,7 +150,7 @@ namespace entry
|
||||
{
|
||||
if (kDefaultWindowHandle.idx == _handle.idx)
|
||||
{
|
||||
return s_ctx.m_window;
|
||||
return s_ctx->m_window;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user