move typedef CALCPOSINFO to minigui.h

This commit is contained in:
Vincent Wei
2020-02-26 12:23:50 +08:00
parent 17b92420f1
commit 8fab85b8c1
-6
View File
@@ -187,12 +187,6 @@ typedef struct _MovedClientInfo {
int zo_shmid;
} MOVEDCLIENTINFO;
typedef struct _CalcPosInfo {
DWORD style;
DWORD ex_style;
RECT rc;
} CALCPOSINFO;
#define ID_ZOOP_ALLOC 1
#define ID_ZOOP_FREE 2
#define ID_ZOOP_MOVE2TOP 3