mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Remove tabing from win32_window.c and windows specific headers from window.c
This commit is contained in:
parent
2e514c6b19
commit
f83c337f5a
@ -42,7 +42,7 @@
|
||||
//
|
||||
static DWORD getWindowStyle(const _GLFWwindow* window)
|
||||
{
|
||||
DWORD style = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
|
||||
DWORD style = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
|
||||
|
||||
if (window->monitor)
|
||||
style |= WS_POPUP;
|
||||
|
@ -27,8 +27,6 @@
|
||||
//========================================================================
|
||||
|
||||
#include "internal.h"
|
||||
#include <WinUser.h>
|
||||
#include <windowsx.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user