General

2000-02-28 Thread Joseph Blough
Is it possible to add "Always on Top" to the options in linux? The xteddy code uses this to keep the window on top: ... XEvent report; /* Display window */ XMapWindow(display,win); /* Get and process the events */ while (1) { XNextEvent(display, report);

Re: General

2000-02-28 Thread Paul Warren
On Mon, 28 Feb 2000, Joseph Blough wrote: Is it possible to add "Always on Top" to the options in linux? The xteddy code uses this to keep the window on top: ... case VisibilityNotify: /* Put xteddy on top of overlapping windows */ if (float_up) if

RE: DiskOut Output Plugin v0.0.1

2000-02-28 Thread robert
On 26 Feb, Michael Rich wrote: In each PMO, there is a function called: void HandleTimeInfoEvent(PMOTimeInfoEvent *pEvent); Hmm, it appears the function is still in the code left over from where i based it on the DirectSound plugin. Maybe I've not updated the variables