home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kyūkyoku!! X68000 Emulator
/
X68000Book.dat
/
mac
/
OLS
/
X68000
/
Ko-Window
/
kow142s.lzh
/
wsrv
/
func.h
< prev
next >
Wrap
Text File
|
1995-12-01
|
6KB
|
116 lines
typedef struct {
int funcid ;
char *name ;
void *function ;
int args ; /* max 12 */
/* int processflag ;*/ /* 16byteé╔é╖éΘé╜é▀ args é╞ processflag é≡ô¥êΩ 1995 11/20 COR.*/
}
FunctionAttr ;
static FunctionAttr FunctionList[] = {
/* Defined in wsrv.c */
WindowDummyID, "", NULL, 0*256+ FALSE,
WindowConnectionOpenID, "ConnectionOpen", NULL, 0*256+ FALSE,
WindowConnectionCloseID, "ConnectionClose", NULL, 0*256+ FALSE,
WindowLoadExecID, "LoadExec", NULL, 4*256+ FALSE,
WindowGetVersionID, "GetVersion", WindowGetVersion, 0*256+ FALSE,
WindowSetSingalID, "SetSingal", WindowSetSingal, 1*256+ TRUE,
WindowSendSignalID, "SendSignal", WindowSendSignal, 3*256+ FALSE,
WindowGetProcessInfoID, "WindowGetProcessInfo", WindowGetProcessInfo, 1*256+ FALSE,
/* Defined in open.c */
WindowOpenID, "Open", WindowOpen, 6*256+ TRUE,
WindowSimpleOpenID, "SimpleOpen", SimpleOpen, 6*256+ TRUE,
WindowTitleOpenID, "TitleOpen", TitleOpen, 9*256+ TRUE,
WindowScrollOpenID, "ScrollOpen", ScrollOpen, 11*256+ TRUE,
/* Defined in manager.c */
WindowScreenInitID, "ScreenInit", ScreenInit, 0*256+ FALSE,
WindowScreenQuitID, "ScreenQuit", ScreenQuit, 0*256+ FALSE,
WindowSetRootEventID, "SetRootEvent", SetRootEvent, 1*256+ TRUE,
WindowSetBackPatternID, "SetBackPattern", SetBackPattern, 1*256+ FALSE,
WindowSetPaletID, "SetPalet", SetPalet, 2*256+ FALSE,
WindowSetFocusID, "SetFocus", SetFocus, 1*256+ FALSE,
WindowGetEventInfoID, "GetEventInfo", GetEventInfo, 1*256+ FALSE,
WindowCheckEventInfoID, "CheckEventInfo", CheckEventInfo, 1*256+ FALSE,
WindowMouseCursorID, "MouseCursor", WindowMouseCursor, 1*256+ FALSE,
WindowGetCommonID, "GetCommon", WindowGetCommon, 2*256+ FALSE,
WindowResetCommonID, "ResetCommon", WindowResetCommon, 1*256+ FALSE,
WindowMoveOperationID, "MoveOperation", MoveOperation, 2*256+ FALSE,
WindowResizeOperationID, "ResizeOperation", ResizeOperation, 2*256+ FALSE,
/* Defined in window.c */
WindowCloseID, "Close", NULL, 1*256+ FALSE,
WindowPopID, "Pop", WindowPop, 1*256+ FALSE,
WindowPushID, "Push", WindowPush, 1*256+ FALSE,
WindowRedrawID, "Redraw", WindowRedraw, 1*256+ FALSE,
WindowMoveID, "Move", WindowMove, 3*256+ FALSE,
WindowResizeID, "Resize", SelectResize, 5*256+ FALSE,
WindowScrollID, "Scroll", SelectScroll, 3*256+ FALSE,
WindowDrawAbsID, "DrawAbs", WindowDrawAbs, 3*256+ FALSE,
WindowDrawID, "Draw", WindowDraw, 3*256+ FALSE,
WindowSendEventID, "SendEvent", WindowSendEvent, 2*256+ FALSE,
WindowSendEventAllID, "WindowSendEventAll", WindowSendEventAll, 2*256+ FALSE,
WindowSetHomeID, "SetHome", WindowSetHome, 3*256+ FALSE,
WindowSetAttrID, "SetAttr", WindowSetAttr, 2*256+ FALSE,
WindowSetEventAttrID, "SetEventAttr", WindowSetEventAttr, 2*256+ FALSE,
WindowSetClientDataID, "SetClientData", WindowSetClientData, 3*256+ FALSE,
WindowGetSizeID, "GetSize", ClipGetSize, 3*256+ FALSE,
WindowInnerID, "Inner", ClipInner, 3*256+ FALSE,
WindowGetClientDataID, "GetClientData", WindowGetClientData, 1*256+ FALSE,
WindowGetClientPointerID, "GetClientPointer", WindowGetClientPointer, 1*256+ FALSE,
WindowGetPositionID, "GetPosition", WindowGetPosition, 3*256+ FALSE,
WindowGetViewPositionID, "GetViewPosition", WindowGetViewPosition, 3*256+ FALSE,
WindowGetScreenPositionID, "GetScreenPosition", WindowGetScreenPosition,3*256+ FALSE,
WindowGetViewSizeID, "GetViewSize", WindowGetViewSize, 3*256+ FALSE,
WindowGetHomeID, "GetHome", WindowGetHome, 3*256+ FALSE,
WindowGetParentID, "GetParent", WindowGetParent, 1*256+ FALSE,
WindowGetNextID, "GetNext", WindowGetNext, 1*256+ FALSE,
WindowGetLastID, "GetLast", WindowGetLast, 1*256+ FALSE,
WindowGetChildTopID, "GetChildTop", WindowGetChildTop, 1*256+ FALSE,
WindowGetChildBottomID, "GetChildBottom", WindowGetChildBottom, 1*256+ FALSE,
WindowGetChildID, "GetChild", WindowGetChild, 2*256+ FALSE,
/* appendix */
WindowRootScrollID, "RootScroll", WindowRootScroll, 2*256+ FALSE,
WindowGetRootScrollID, "GetRootScroll", WindowGetRootScroll, 2*256+ FALSE,
WindowGetEventAttrID, "GetEventAttr", WindowGetEventAttr, 1*256+ FALSE,
WindowSetGraphicModeID, "SetGraphicMode", SetGraphicMode, 1*256+ FALSE,
WindowGetGraphicModeID, "GetGraphicMode", GetGraphicMode, 0*256+ FALSE,
WindowPaletInitID, "PaletInit", PaletInit, 0*256+ FALSE,
WindowGetResourceID, "GetResource", GetResource, 3*256+ FALSE,
WindowReadResourceID, "ReadResource", ReadResource, 0*256+ FALSE,
WindowReadRCID, "ReadRC", ReadRC, 0*256+ FALSE,
WindowMemoryAllocID, "MemoryAlloc", WindowMemoryAlloc, 1*256+ FALSE,
WindowMemoryFreeID, "MemoryFree", WindowMemoryFree, 1*256+ FALSE,
/* 1991 10/22 H.Ogasawara(COR.) 2.24+7p3 */
WindowSetFontAddressID, "SetFontAddress", WindowSetFontAddress, 2*256+ FALSE,
WindowGetFontAddressID, "GetFontAddress", WindowGetFontAddress, 1*256+ FALSE,
/* 1991 12/13 H.Ogasawara(COR.) 2.24+7p6 */
WindowSetScreenModeID, "SetScreenMode", WindowSetScreenMode, 1*256+ FALSE,
WindowGetScreenModeID, "GetScreenMode", WindowGetScreenMode, 0*256+ FALSE,
/* 1994 9/8 H.Ogasawara(COR.) 2.24+11.4 */
WindowGetAttrID, "GetAttr", WindowGetAttr, 1*256+ FALSE,
/* 1994 11/26 H.Ogasawara(COR.) 2.24+12.4 */
WindowSetHenDspID, "SetHenDspr", WindowSetHenDsp, 1*256+ FALSE,
/* 1995 02/25 H.Ogasawara(COR.) 2.24+13 */
WindowSetGraphicOffsetID, "SetGraphicOffset", SetGraphicOffset, 3*256+ FALSE,
WindowGetGraphicOffsetID, "GetGraphicOffset", GetGraphicOffset, 2*256+ FALSE,
/* 1995 11/25 H.Ogasawara(COR.) 2.24+14 */
WindowSetManagerExecID, "SetManager", WindowSetManagerExec, 3*256+ FALSE,
/* 1995 12/01 H.Ogasawara(COR.) 2.24+14 */
WindowGetScreenSizeID, "GetScreenSize", WindowGetScreenSize, 2*256+ FALSE,
FunctionEnd, "FunctionEnd", NULL, 0*256+ FALSE,
};