diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-14 14:21:51 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-14 14:42:49 +0100 |
commit | b0e3f733759a006622b14f75c5379641ef82776f (patch) | |
tree | 010bff69271f7174c1f4728a371785d010a602db /Widgets/Button.h | |
parent | b4da4e8fbdccd34792579f82338e09a727177b33 (diff) | |
download | serenity-b0e3f733759a006622b14f75c5379641ef82776f.zip |
Start refactoring the windowing system to use an event loop.
Userspace programs can now open /dev/gui_events and read a stream of GUI_Event
structs one at a time.
I was stuck on a stupid problem where we'd reenter Scheduler::yield() due to
having one of the has_data_available_for_reading() implementations using locks.
Diffstat (limited to 'Widgets/Button.h')
0 files changed, 0 insertions, 0 deletions