mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:20:59 +00:00
No description
GObjects can now register a timer with the GEventLoop. This will eventually cause GTimerEvents to be dispatched to the GObject. This needed a few supporting changes in the kernel: - The PIT now ticks 1000 times/sec. - select() now supports an arbitrary timeout. - gettimeofday() now returns something in the tv_usec field. With these changes, the clock window in guitest2 finally ticks on its own. |
||
|---|---|---|
| AK | ||
| Base | ||
| Editor | ||
| Kernel | ||
| LibC | ||
| LibGUI | ||
| SharedGraphics | ||
| Terminal | ||
| Userland | ||
| WindowServer | ||
| .gitignore | ||