mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
Added something that will be a config util later, removed some unusable options from menus(you'll be later able to re-enable them), changed module dir to /lib/amiwm
This commit is contained in:
19
main.c
19
main.c
@@ -44,23 +44,6 @@
|
||||
#include "icc.h"
|
||||
#include "libami.h"
|
||||
|
||||
#ifdef AMIGAOS
|
||||
#include <pragmas/xlib_pragmas.h>
|
||||
extern struct Library *XLibBase;
|
||||
|
||||
struct timeval {
|
||||
long tv_sec;
|
||||
long tv_usec;
|
||||
};
|
||||
|
||||
#define fd_set XTransFdset
|
||||
#undef FD_ZERO
|
||||
#undef FD_SET
|
||||
#define FD_ZERO XTransFdZero
|
||||
#define FD_SET XTransFdSet
|
||||
#define select XTransSelect
|
||||
#endif
|
||||
|
||||
#define HYSTERESIS 5
|
||||
|
||||
typedef struct _DragIcon {
|
||||
@@ -547,7 +530,7 @@ void aborticondragging()
|
||||
void badicondrop()
|
||||
{
|
||||
wberror(dragiconlist[0].icon->scr,
|
||||
"Icons cannot be moved into this window");
|
||||
"Icon can't be moved into this window");
|
||||
aborticondragging();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user