mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 17:39:45 +00:00
aa
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@137 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -13,10 +13,13 @@ static void lldrawhandler(MwLL handle, void* data) {
|
||||
|
||||
static void lluphandler(MwLL handle, void* data) {
|
||||
MwWidget h = (MwWidget)handle->user;
|
||||
MwPoint* p = data;
|
||||
|
||||
(void)data;
|
||||
|
||||
h->pressed = 0;
|
||||
h->pressed = 0;
|
||||
h->mouse_point.x = p->x;
|
||||
h->mouse_point.y = p->y;
|
||||
|
||||
MwDispatch(h, click);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user