Re: kludge for colormap problem

Steve Lamont (spl@szechuan.ucsd.edu)
Thu, 16 Jan 97 16:38:17 PST

To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

> First, is there a standard way of getting the window id of the top-level
> window? I used FL_ObjWin for an object in the window, but that's just a hack.

Window window = obj->form->window;

should do it.

spl