ui/src/xvbt/Compl.i3


Copyright (C) 1994, Digital Equipment Corp.

INTERFACE Compl;

IMPORT BasicCtypes, Completion;
used to store info about expected replies from the X server after XShmPutImage's

CONST Brand = "Compl";

TYPE
  T = OBJECT
        serial    : BasicCtypes.unsigned_long_int;
        completion: Completion.T;
      END;
free list management
PROCEDURE Get (): T;
PROCEDURE Free (t: T);

END Compl.

interface BasicCtypes is in: