Most of a Windows front end. Something's not _quite_ right in the

GDI - there are blobs in the middle of powered lines in Net. But
it's 99% there now.

[originally from svn r4156]
This commit is contained in:
Simon Tatham
2004-04-27 20:51:08 +00:00
parent 786b24afc1
commit c866e24f9a
3 changed files with 300 additions and 4 deletions

View File

@ -24,7 +24,7 @@ enum {
CURSOR_RIGHT
};
#define IGNORE(x) ( (x) = (x) )
#define IGNOREARG(x) ( (x) = (x) )
typedef struct frontend frontend;
typedef struct midend_data midend_data;