login authentication (PAM + fingerprint)
git clone https://git.lucas.co/cce-authenticator.git
Rename the internal backplate vocabulary to root plate (cce-ui RFC 7a-4)
Mechanical rename, no behaviour change: identifiers that carried the
retired word (statics, registry slots, setters, trait methods, locals)
now say root_plate, and comment prose says root plate.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
src/main.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.rs b/src/main.rs
index 197c016..9727766 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -678,8 +678,8 @@ impl Application for AuthenticatorApp {
// Nominal radius, NOT span-widened here: `Prim::Plate` widens its own corners
// (`plate_push_constants`' `scale_corners`), so pre-multiplying by
// `corner_span_factor` would apply it twice and detach the arc from the
- // silhouette. It must be the SHARED backplate radius via
- // `layout::window_corner_radius` rather than `colors::backplate_corner_radius`,
+ // silhouette. It must be the SHARED root plate radius via
+ // `layout::window_corner_radius` rather than `colors::root_plate_corner_radius`,
// which merges a per-app override the compositor never sees.
let mut plate_color = cce_ui::color::page_low_color();
if plate_color[3] > 0.001 {