Merge branch 'master' into nazara-next
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Nz
|
||||
{
|
||||
enum class WindowManager
|
||||
{
|
||||
None,
|
||||
Invalid,
|
||||
|
||||
X11,
|
||||
Wayland,
|
||||
@@ -23,14 +23,14 @@ namespace Nz
|
||||
|
||||
struct WindowHandle
|
||||
{
|
||||
WindowManager type = WindowManager::None;
|
||||
WindowManager type = WindowManager::Invalid;
|
||||
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
void* display; //< Display*
|
||||
void* window; //< Window
|
||||
unsigned long window; //< Window
|
||||
} x11;
|
||||
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user