mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 14:40:49 +00:00
smooth movement
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@587 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -109,6 +109,8 @@ struct _MwViewport {
|
||||
MwWidget hscroll;
|
||||
MwWidget frame;
|
||||
MwWidget inframe;
|
||||
int vchanged;
|
||||
int hchanged;
|
||||
};
|
||||
|
||||
struct _MwListBoxEntry {
|
||||
@@ -124,6 +126,7 @@ struct _MwListBox {
|
||||
unsigned long click_time;
|
||||
int pressed;
|
||||
int* width;
|
||||
int changed;
|
||||
};
|
||||
|
||||
struct _MwDirectoryEntry {
|
||||
@@ -150,7 +153,7 @@ struct _MwClass {
|
||||
MwHandlerMouse mouse_down;
|
||||
MwHandlerKey key;
|
||||
MwHandlerExecute execute;
|
||||
void* reserved2;
|
||||
MwHandler tick;
|
||||
void* reserved3;
|
||||
void* reserved4;
|
||||
void* reserved5;
|
||||
|
||||
Reference in New Issue
Block a user