Hi The lack of any other strategy. The only way to use HandleConfigureRequest is to use the global Event, it does not take parameters. The other option would be to basically duplicate HandleConfigureRequest just so you can pass it an Event structure.
Regards Paul On Mon, Aug 25, 2025 at 2:04 AM Matthew D. Fuller <[email protected]> wrote: > On Wed, Aug 13, 2025 at 07:09:21PM +0200 I heard the voice of > Paul Schutte, and lo! it spake thus: > > > > I’ve added support for the EWMH _NET_MOVERESIZE_WINDOW message to > > ctwm. > > From a quick once-over, it looks like it's doing its thing by > overwriting the global Event to fake up a ConfigureRequest, then > calling that handler as if it were the event loop. That... feels > gross. What led to that strategy? > > > -- > Matthew Fuller (MF4839) | [email protected] > Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ > On the Internet, nobody can hear you scream. >
