mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 722953 - "Cause hardware buttons to illuminate when button is pressed" [r=gal]
This commit is contained in:
parent
47690edd77
commit
fd940540cc
@ -412,6 +412,7 @@ SetScreenBrightness(double brightness)
|
||||
aConfig.flashOnMS() = aConfig.flashOffMS() = 0;
|
||||
aConfig.color() = color;
|
||||
hal::SetLight(hal::eHalLightID_Backlight, aConfig);
|
||||
hal::SetLight(hal::eHalLightID_Buttons, aConfig);
|
||||
}
|
||||
|
||||
static light_device_t* sLights[hal::eHalLightID_Count]; // will be initialized to NULL
|
||||
|
Loading…
Reference in New Issue
Block a user