ui/src/xvbt/XConfCtl.i3


Copyright (C) 1994, Digital Equipment Corp.
 by Steve Glassman, Mark Manasse and Greg Nelson 
<*PRAGMA LL*>

INTERFACE XConfCtl;
Module which parses conference control messages, and acts on them.

IMPORT VBT;

PROCEDURE Process(v: VBT.T);
  (* Fetch the conference control property on v's X window, and set v's app
     state accordingly. *)

END XConfCtl.