Re: Suggestion for extending SIGWINCH

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jul 08, 2023 at 06:42:57PM +0100, zxuiji wrote:
> Currently it only indicates a change in window size, I expect the
> si_code value is also 0 for this signal. The extension will be for
> mouse input and the difference will be indicated by si_code being 1,
> to avoid issues with x11 vs wayland vs etc a custom structure should
> be pointed to in the si_addr parameter. I think the custom structure
> should look something like this:
> 
> struct ttymouse
> {
>     uint button_mask;
>     int x, y, wheel;
> };

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux