mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
ui: Use borderless window on Windows
This commit is contained in:
17
source/window/linux_window.cpp
Normal file
17
source/window/linux_window.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "window.hpp"
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
|
||||
namespace hex {
|
||||
|
||||
void Window::setupNativeWindow() {
|
||||
|
||||
}
|
||||
|
||||
void Window::updateNativeWindow() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user