Kovid Goyal

Results 358 comments of Kovid Goyal

On Fri, Dec 30, 2022 at 11:04:12PM -0800, Yuxin Wu wrote: > Maybe it would be a good idea to avoid duplication by moving `is_modifier_key` to `glfw.c` and exposing it...

Hmm well I dont have the hardware to test this so it's difficult for me to debug. Seems like a driver issue to me. Try reporting it to Apple. kitty...

Oh and does moving a kitty window from one monitor to another monitor also crash?

Ah, if the issue is that the window is not being drawn, not that kitty is crashing, then this is likely a duplicate of #3519 Reporting it to Apple is...

If you are using a different version of WiX or any of the other deps, you will get different bte sizes. The build process is not setup for reproducible builds...

Aren't backend files conditionally compiled? Anyway, if @elmindreda is OK with actually merging this functionality into glfw, then adding a dummy function to mir_window.c is trivial. But I dont want...

The patform specific parameter is there to control the volume/pitch of the beep, which is functionality I need.

I would like to control it on other platforms as well, I just dont know of an API to do so. I dont want to deprive X11 users of the...