mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
Native window decorations: avoid using C-runtime, which reduces the DLL size from 100kb to 8kb
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "HWNDMap.h"
|
||||
|
||||
/**
|
||||
* @author Karl Tauber
|
||||
@@ -31,7 +32,7 @@ private:
|
||||
static jmethodID isFullscreenMID;
|
||||
static jmethodID fireStateChangedLaterOnceMID;
|
||||
|
||||
static std::map<HWND, FlatWndProc*> hwndMap;
|
||||
static HWNDMap* hwndMap;
|
||||
|
||||
JavaVM* jvm;
|
||||
JNIEnv* env; // attached to AWT-Windows/Win32 thread
|
||||
|
||||
Reference in New Issue
Block a user