diff --git a/src/Apple/Semaphore.cpp b/src/Apple/Semaphore.cpp index 2161e6d..87c1d54 100644 --- a/src/Apple/Semaphore.cpp +++ b/src/Apple/Semaphore.cpp @@ -1,5 +1,5 @@ -#include -#include +#include +#include namespace hgl { diff --git a/src/UNIX/EnumFile.cpp b/src/UNIX/EnumFile.cpp index 67c6b5c..20affd4 100644 --- a/src/UNIX/EnumFile.cpp +++ b/src/UNIX/EnumFile.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/src/UNIX/ExternalModule.cpp b/src/UNIX/ExternalModule.cpp index bf1ccc4..4e3c212 100644 --- a/src/UNIX/ExternalModule.cpp +++ b/src/UNIX/ExternalModule.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include diff --git a/src/UNIX/Fifo.cpp b/src/UNIX/Fifo.cpp index 5ab161d..9ea17e4 100644 --- a/src/UNIX/Fifo.cpp +++ b/src/UNIX/Fifo.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include namespace hgl diff --git a/src/UNIX/File.cpp b/src/UNIX/File.cpp index 78b0910..8f894d3 100644 --- a/src/UNIX/File.cpp +++ b/src/UNIX/File.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include diff --git a/src/UNIX/FileAccess.cpp b/src/UNIX/FileAccess.cpp index f695222..15e4174 100644 --- a/src/UNIX/FileAccess.cpp +++ b/src/UNIX/FileAccess.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/src/UNIX/LogConsole.cpp b/src/UNIX/LogConsole.cpp index 3946652..2875bf8 100644 --- a/src/UNIX/LogConsole.cpp +++ b/src/UNIX/LogConsole.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/src/UNIX/Semaphore.cpp b/src/UNIX/Semaphore.cpp index 424bfbb..c045210 100644 --- a/src/UNIX/Semaphore.cpp +++ b/src/UNIX/Semaphore.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include diff --git a/src/UNIX/Thread.cpp b/src/UNIX/Thread.cpp index 3bdef9a..9e40af2 100644 --- a/src/UNIX/Thread.cpp +++ b/src/UNIX/Thread.cpp @@ -1,9 +1,9 @@ #include #include -#include +#include #include #include -#include +#include namespace hgl { diff --git a/src/UNIX/XCBWindow.cpp b/src/UNIX/XCBWindow.cpp index f1209b5..851014b 100644 --- a/src/UNIX/XCBWindow.cpp +++ b/src/UNIX/XCBWindow.cpp @@ -91,6 +91,14 @@ namespace hgl win_name.Length(), win_name.c_str()); } + void XCBWindow::ToMinWindow() + { + } + + void XCBWindow::ToMaxWindow() + { + } + bool XCBWindow::MessageProc() { return(true); diff --git a/src/UNIX/XCBWindow.h b/src/UNIX/XCBWindow.h index 6df4f21..726b2d3 100644 --- a/src/UNIX/XCBWindow.h +++ b/src/UNIX/XCBWindow.h @@ -13,7 +13,6 @@ namespace hgl private: bool InitConnection(); - VkSurfaceKHR CreateSurface(VkInstance) override; public: @@ -32,6 +31,10 @@ namespace hgl void Show()override{} void Hide()override{} + + void ToMinWindow() override; + void ToMaxWindow() override; + bool MessageProc() override; bool WaitMessage() override; };//class XCBWindow:public Window diff --git a/src/Win/SystemInfo.cpp b/src/Win/SystemInfo.cpp index b26d4b6..839a399 100644 --- a/src/Win/SystemInfo.cpp +++ b/src/Win/SystemInfo.cpp @@ -1,6 +1,6 @@ -#include +#include //#include -#include +#include #include #include #include