fix dnd
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-09-15 07:39:29 +09:00
commit e5255bcbfa
2 changed files with 5 additions and 0 deletions

View file

@ -40,6 +40,7 @@ int main() {
window = MwVaCreateWidget(MwWindowClass, "main", NULL, MwDEFAULT, MwDEFAULT, 400, 400,
MwNtitle, "dnd",
MwNacceptsDnD, 1,
NULL);
instructions = MwVaCreateWidget(MwLabelClass, "button", window, 50, 50, 300, 125,
MwNtext, "drag a file and its name will show up below.",