add MwNactivateHandler

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@331 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-14 18:34:29 +00:00
parent 81b3edd023
commit 8bbfeb5959
3 changed files with 25 additions and 18 deletions

View File

@@ -121,10 +121,11 @@ struct _MwViewport {
};
struct _MwListBox {
MwWidget vscroll;
MwWidget frame;
char** list;
int selected;
MwWidget vscroll;
MwWidget frame;
char** list;
int selected;
unsigned long click_time;
};
struct _MwSizeHints {