mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 23:22:52 +00:00
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) |
||
---|---|---|
.. | ||
DiffViewer.cpp | ||
DiffViewer.h | ||
GitFilesModel.cpp | ||
GitFilesModel.h | ||
GitFilesView.cpp | ||
GitFilesView.h | ||
GitRepo.cpp | ||
GitRepo.h | ||
GitWidget.cpp | ||
GitWidget.h |