add dirent wrapper

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@344 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-15 16:17:47 +00:00
parent ba9b6750d5
commit f71ab6184b
20 changed files with 1229 additions and 987 deletions

View File

@@ -22,6 +22,7 @@ typedef struct _MwEntry* MwEntry;
typedef struct _MwViewport* MwViewport;
typedef struct _MwListBox* MwListBox;
typedef struct _MwSizeHints MwSizeHints;
typedef struct _MwDirectoryEntry MwDirectoryEntry;
#ifdef _MILSKO
typedef struct _MwWidget* MwWidget;
#else
@@ -136,6 +137,11 @@ struct _MwSizeHints {
int max_height;
};
struct _MwDirectoryEntry {
char* name;
unsigned long attribute;
};
#define MwCursorDataHeight 16
struct _MwCursor {
int width;