Lines Matching refs:ProcVector
531 * Put our processes into the ProcVector
535 SavedProcVector[i] = ProcVector[i];
537 ProcVector[X_CreateWindow] = PanoramiXCreateWindow;
538 ProcVector[X_ChangeWindowAttributes] = PanoramiXChangeWindowAttributes;
539 ProcVector[X_DestroyWindow] = PanoramiXDestroyWindow;
540 ProcVector[X_DestroySubwindows] = PanoramiXDestroySubwindows;
541 ProcVector[X_ChangeSaveSet] = PanoramiXChangeSaveSet;
542 ProcVector[X_ReparentWindow] = PanoramiXReparentWindow;
543 ProcVector[X_MapWindow] = PanoramiXMapWindow;
544 ProcVector[X_MapSubwindows] = PanoramiXMapSubwindows;
545 ProcVector[X_UnmapWindow] = PanoramiXUnmapWindow;
546 ProcVector[X_UnmapSubwindows] = PanoramiXUnmapSubwindows;
547 ProcVector[X_ConfigureWindow] = PanoramiXConfigureWindow;
548 ProcVector[X_CirculateWindow] = PanoramiXCirculateWindow;
549 ProcVector[X_GetGeometry] = PanoramiXGetGeometry;
550 ProcVector[X_TranslateCoords] = PanoramiXTranslateCoords;
551 ProcVector[X_CreatePixmap] = PanoramiXCreatePixmap;
552 ProcVector[X_FreePixmap] = PanoramiXFreePixmap;
553 ProcVector[X_CreateGC] = PanoramiXCreateGC;
554 ProcVector[X_ChangeGC] = PanoramiXChangeGC;
555 ProcVector[X_CopyGC] = PanoramiXCopyGC;
556 ProcVector[X_SetDashes] = PanoramiXSetDashes;
557 ProcVector[X_SetClipRectangles] = PanoramiXSetClipRectangles;
558 ProcVector[X_FreeGC] = PanoramiXFreeGC;
559 ProcVector[X_ClearArea] = PanoramiXClearToBackground;
560 ProcVector[X_CopyArea] = PanoramiXCopyArea;
561 ProcVector[X_CopyPlane] = PanoramiXCopyPlane;
562 ProcVector[X_PolyPoint] = PanoramiXPolyPoint;
563 ProcVector[X_PolyLine] = PanoramiXPolyLine;
564 ProcVector[X_PolySegment] = PanoramiXPolySegment;
565 ProcVector[X_PolyRectangle] = PanoramiXPolyRectangle;
566 ProcVector[X_PolyArc] = PanoramiXPolyArc;
567 ProcVector[X_FillPoly] = PanoramiXFillPoly;
568 ProcVector[X_PolyFillRectangle] = PanoramiXPolyFillRectangle;
569 ProcVector[X_PolyFillArc] = PanoramiXPolyFillArc;
570 ProcVector[X_PutImage] = PanoramiXPutImage;
571 ProcVector[X_GetImage] = PanoramiXGetImage;
572 ProcVector[X_PolyText8] = PanoramiXPolyText8;
573 ProcVector[X_PolyText16] = PanoramiXPolyText16;
574 ProcVector[X_ImageText8] = PanoramiXImageText8;
575 ProcVector[X_ImageText16] = PanoramiXImageText16;
576 ProcVector[X_CreateColormap] = PanoramiXCreateColormap;
577 ProcVector[X_FreeColormap] = PanoramiXFreeColormap;
578 ProcVector[X_CopyColormapAndFree] = PanoramiXCopyColormapAndFree;
579 ProcVector[X_InstallColormap] = PanoramiXInstallColormap;
580 ProcVector[X_UninstallColormap] = PanoramiXUninstallColormap;
581 ProcVector[X_AllocColor] = PanoramiXAllocColor;
582 ProcVector[X_AllocNamedColor] = PanoramiXAllocNamedColor;
583 ProcVector[X_AllocColorCells] = PanoramiXAllocColorCells;
584 ProcVector[X_AllocColorPlanes] = PanoramiXAllocColorPlanes;
585 ProcVector[X_FreeColors] = PanoramiXFreeColors;
586 ProcVector[X_StoreColors] = PanoramiXStoreColors;
587 ProcVector[X_StoreNamedColor] = PanoramiXStoreNamedColor;
903 ProcVector[i] = SavedProcVector[i];