mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
d215039216
Now, default UI colors/strings (e.g. titles/timeout text) that are dependent of the UI "theme" (mini vs. full TUI) are set first when calling their corresponding Initialize() function. Then, the user UI settings are read from the user's freeldr.ini file and override the UI theme defaults. These settings get effectively applied at the first drawing operation (usually the UiFadeInBackdrop() call done by the main UiInitialize() function). For "directui" we don't care about the settings -- they are hardcoded. This allows not having to specify the default settings in the freeldr.ini files anymore. + Add support for "None" UiBackdropFillStyle: fill with whitespace, instead of the specific patterns. |
||
---|---|---|
.. | ||
armllb | ||
bcd | ||
bgfx | ||
bootdata | ||
environ | ||
freeldr | ||
CMakeLists.txt |