Diff for /np2/win9x/debuguty/viewer.h between versions 1.5 and 1.6
|
version 1.5, 2005/03/19 20:46:07
|
version 1.6, 2005/03/20 08:58:19
|
|
Line 1
|
Line 1
|
| |
|
| #define NP2VIEW_MAX 8 |
#define NP2VIEW_MAX 8 |
| |
|
| typedef struct { |
typedef struct { |
|
Line 26 enum {
|
Line 27 enum {
|
| }; |
}; |
| |
|
| typedef struct { |
typedef struct { |
| DWORD type; |
UINT32 type; |
| DWORD arg; |
UINT32 arg; |
| DWORD size; |
UINT32 size; |
| void *ptr; |
void *ptr; |
| } VIEWMEMBUF; |
} VIEWMEMBUF; |
| |
|
|
Line 36 typedef struct {
|
Line 37 typedef struct {
|
| HWND hwnd; |
HWND hwnd; |
| VIEWMEMBUF buf1; |
VIEWMEMBUF buf1; |
| VIEWMEMBUF buf2; |
VIEWMEMBUF buf2; |
| DWORD pos; |
UINT32 pos; |
| DWORD maxline; |
UINT32 maxline; |
| WORD step; |
UINT16 step; |
| WORD mul; |
UINT16 mul; |
| UINT8 alive; |
UINT8 alive; |
| UINT8 type; |
UINT8 type; |
| UINT8 lock; |
UINT8 lock; |
RetroPC.NET-CVS <cvs@retropc.net>