mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@345 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -38,6 +38,14 @@ enum MwALIGNMENT {
|
||||
*/
|
||||
#define MwDEFAULT 0x0fffffff
|
||||
|
||||
/*!
|
||||
* %brief Directory entry type
|
||||
*/
|
||||
enum {
|
||||
MwDIRECTORY_FILE = 0,
|
||||
MwDIRECTORY_DIRECTORY
|
||||
};
|
||||
|
||||
/*!
|
||||
* %brief Icon mask
|
||||
*/
|
||||
|
||||
@@ -42,7 +42,6 @@ MWDECL char* MwIconQuestion[];
|
||||
*/
|
||||
MWDECL char* MwIconWarning[];
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <dlfcn.h>
|
||||
#include <signal.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#ifndef M_PI
|
||||
|
||||
@@ -138,8 +138,8 @@ struct _MwSizeHints {
|
||||
};
|
||||
|
||||
struct _MwDirectoryEntry {
|
||||
char* name;
|
||||
unsigned long attribute;
|
||||
char* name;
|
||||
int type;
|
||||
};
|
||||
|
||||
#define MwCursorDataHeight 16
|
||||
|
||||
Reference in New Issue
Block a user