File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -910,7 +910,10 @@ cdecl_func(hw_is_frontlight_auto_supported)
910
910
cdecl_func (hw_set_frontlight_auto_enabled )
911
911
912
912
cdecl_func (GetFrontlightVersion )
913
+ cdecl_func (GetFrontlightState )
913
914
cdecl_func (SetFrontlightState )
915
+ cdecl_func (GetFrontlightEnabled )
916
+ cdecl_func (SetFrontlightEnabled )
914
917
cdecl_func (SetFrontlightStateEx )
915
918
cdecl_func (OpenFrontLightConfig )
916
919
cdecl_func (SwitchFrontlightState )
Original file line number Diff line number Diff line change @@ -1437,7 +1437,10 @@ int hw_is_frontlight_auto(void);
1437
1437
int hw_is_frontlight_auto_supported (void );
1438
1438
void hw_set_frontlight_auto_enabled (int );
1439
1439
int GetFrontlightVersion (void );
1440
+ int GetFrontlightState (void );
1440
1441
void SetFrontlightState (int );
1442
+ int GetFrontlightEnabled ();
1443
+ void SetFrontlightEnabled (int );
1441
1444
void SetFrontlightStateEx (int , int );
1442
1445
void OpenFrontLightConfig ();
1443
1446
void SwitchFrontlightState ();
You can’t perform that action at this time.
0 commit comments