mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-02-04 02:33:04 +00:00
might be functional
This commit is contained in:
@@ -163,6 +163,7 @@ struct _MwLLHandler {
|
||||
void (*focus_in)(MwLL handle, void* data);
|
||||
void (*focus_out)(MwLL handle, void* data);
|
||||
void (*clipboard)(MwLL handle, void* data);
|
||||
void (*dark_theme)(MwLL handle, void* data);
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -22,6 +22,7 @@ struct _MwLLGDI {
|
||||
int grabbed;
|
||||
int force_render;
|
||||
int get_clipboard;
|
||||
int get_darktheme;
|
||||
};
|
||||
|
||||
struct _MwLLGDIColor {
|
||||
|
||||
Reference in New Issue
Block a user