forked from pyrite-dev/milsko
dynload drag functions
This commit is contained in:
parent
f35e781762
commit
9dd96d9cec
3 changed files with 21 additions and 43 deletions
|
|
@ -206,6 +206,7 @@ struct _MwLLHandler {
|
|||
void (*focus_out)(MwLL handle, void* data);
|
||||
void (*clipboard)(MwLL handle, void* data);
|
||||
void (*dark_theme)(MwLL handle, void* data);
|
||||
void (*drag_and_drop)(MwLL handle, void* data);
|
||||
};
|
||||
|
||||
struct _MwLLTextDispatchTable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue