mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
a6a8ba80fc
This matches the rename of RGBA32 to ARGB32. It also makes more sense when you see it used with 32-bit hexadecimal literals: Before: Color::from_rgba(0xaarrggbb) After: Color::from_argb(0xaarrggbb) |
||
---|---|---|
.. | ||
2048 | ||
Breakout | ||
Chess | ||
FlappyBug | ||
GameOfLife | ||
Hearts | ||
Minesweeper | ||
Pong | ||
Snake | ||
Solitaire | ||
Spider | ||
CMakeLists.txt |