gdi: properly quit drag and drop after its finished
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-07-22 21:31:03 -07:00
commit 7e339cfd60
2 changed files with 7 additions and 1 deletions

View file

@ -34,6 +34,7 @@ struct _MwLLGDI {
struct _MwLLGDIDropTarget* dropTarget;
struct _MwLLGDIDropSource* dropSource;
MwBool drag_update;
MwBool finishing_drag;
};
struct _MwLLGDIColor {