smooth movement
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@587 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
0e78d6dee9
commit
83340f95a2
19 changed files with 79 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue