Alex Whitman
Alex Whitman
The global state is a good starting point. Would the API require significant rework, or does it just need an extra signal to be connected? ```c g_signal_connect(screen, "window-closed", G_CALLBACK(on_window_closed), NULL);...
Makes sense, I was thinking more along the lines of ```lua if (window_closed) then -- do something end ``` but didn't take into account the backwards incompatibilities.
Bizarre that the `window-closed` callback has a window parameter if it's going to be null. Oh well. Thanks for looking.
The lack of this is the one thing that annoys me the most and I use that very loosely, I'm very appreciative of all of the work that goes into...
> I am aware of the option to "Prevent this computer from going to sleep". That is overkill for me, as I would still like my computers to go to...