mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
reduce cpu usage
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@590 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -87,7 +87,6 @@ MWDECL unsigned int MwIconUp[];
|
||||
*/
|
||||
MWDECL unsigned int MwIconWarning[];
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -109,8 +109,8 @@ struct _MwViewport {
|
||||
MwWidget hscroll;
|
||||
MwWidget frame;
|
||||
MwWidget inframe;
|
||||
int vchanged;
|
||||
int hchanged;
|
||||
int vchanged;
|
||||
int hchanged;
|
||||
};
|
||||
|
||||
struct _MwListBoxEntry {
|
||||
@@ -126,7 +126,7 @@ struct _MwListBox {
|
||||
unsigned long click_time;
|
||||
int pressed;
|
||||
int* width;
|
||||
int changed;
|
||||
int changed;
|
||||
};
|
||||
|
||||
struct _MwDirectoryEntry {
|
||||
|
||||
Reference in New Issue
Block a user