Re: headerless window, undecoration
Steven J Abner <[email protected]> Wed, 16 Apr 2025 16:09:22 -0400
| Newsgroups | gmane.comp.freedesktop.xcb |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Apr 16 2025 at 06:11:56 PM +0000, Steven J Abner <[email protected]> wrote: > Assuming those members Thank you again and FWIW 1988-1992 definition back when int could be 16/32 typedef struct { int flags; int functions; int decorations; int input_mode; int status; } MotifWmHints; so 4th member change of name. Verified others use 'input_mode' also. only gdk?? uses as 'unsigned long'? Steve