reduce cpu usage

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@590 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-04 02:43:38 +00:00
parent 1e7b838d7b
commit 3e7d53b958
35 changed files with 15449 additions and 15459 deletions

View File

@@ -87,7 +87,6 @@ MWDECL unsigned int MwIconUp[];
*/
MWDECL unsigned int MwIconWarning[];
#ifdef __cplusplus
}
#endif

View File

@@ -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 {