ladybird/Servers
Andreas Kling af6483cabb WindowServer: Fix incorrect "window left" event after button drag
This fixes an issue where we'd send a "cursor has left the window"
message incorrectly to the client after a button was clicked and the
user moved the cursor a little without releasing the button.

The issue was that we didn't update the 'hovered_window' out param
in mouse event processing in the case where we had an active input
window set.
2019-08-12 18:36:33 +02:00
..
AudioServer IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintions 2019-08-03 21:29:09 +02:00
LookupServer AK: Make HashMap::get(Key) return an Optional<Value>. 2019-07-24 10:25:43 +02:00
SystemServer SystemServer: Remove always-true "if (pid == 0)" check 2019-08-01 14:08:43 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer WindowServer: Fix incorrect "window left" event after button drag 2019-08-12 18:36:33 +02:00