serenity/Servers
Andreas Kling 519cb80a96 LibGUI+WindowServer: Mark minimized window backing stores as volatile
WindowServer will now send out a WindowStateChanged message to clients
when one of their windows is minimized.

This is then forwarded to the GWindow, which will try to mark its
underlying window backing store as volatile.

This allows the kernel to steal the memory used by minimized windows
in case it starts running low. Very cool! :^)
2019-12-26 12:06:07 +01:00
..
AudioServer AudioServer: Block the mixer thread when there's nothing to do 2019-12-25 23:54:07 +01:00
LookupServer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
ProtocolServer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
SystemServer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
TelnetServer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
TTYServer Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
WindowServer LibGUI+WindowServer: Mark minimized window backing stores as volatile 2019-12-26 12:06:07 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00