From 87b9482459c1a27b8756514473ae392453db39ec Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 24 Feb 2020 12:37:12 +0800 Subject: *window --- src/extern/wog.c | 2 +- src/extern/wog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extern') diff --git a/src/extern/wog.c b/src/extern/wog.c index 28d4dd1..04a84c7 100644 --- a/src/extern/wog.c +++ b/src/extern/wog.c @@ -352,7 +352,7 @@ wog_Window* wog_createWindow(const char* title, int width, int height, int x, in windowStyle |= WS_CAPTION; windowStyle |= WS_SYSMENU; windowStyle |= WS_MINIMIZEBOX; - windowStyle |= WS_VISIBLE; + //windowStyle |= WS_VISIBLE; #define hasbit(fs, f) ((fs & f) == f) if (hasbit(flags, WOG_RESIZABLE)) windowStyle |= WS_SIZEBOX; if (hasbit(flags, WOG_DISABLE)) windowStyle |= WS_DISABLED; diff --git a/src/extern/wog.h b/src/extern/wog.h index ba11556..0b2540e 100644 --- a/src/extern/wog.h +++ b/src/extern/wog.h @@ -1,5 +1,5 @@ /** -* Copyright (c) 2015~2017 chai(neonum) +* Copyright (c) 2015~2017 chai * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. -- cgit v1.1-26-g67d0