mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
osk_dark no longer a global
This commit is contained in:
parent
8980d92efa
commit
6e880ef686
@ -37,9 +37,7 @@
|
|||||||
* with ozone menu driver metrics */
|
* with ozone menu driver metrics */
|
||||||
#define OZONE_SIDEBAR_WIDTH 408
|
#define OZONE_SIDEBAR_WIDTH 408
|
||||||
|
|
||||||
|
static float osk_dark[16] = {
|
||||||
|
|
||||||
float osk_dark[16] = {
|
|
||||||
0.00, 0.00, 0.00, 0.85,
|
0.00, 0.00, 0.00, 0.85,
|
||||||
0.00, 0.00, 0.00, 0.85,
|
0.00, 0.00, 0.00, 0.85,
|
||||||
0.00, 0.00, 0.00, 0.85,
|
0.00, 0.00, 0.00, 0.85,
|
||||||
|
@ -47,9 +47,6 @@ RETRO_BEGIN_DECLS
|
|||||||
HEX_R(hex), HEX_G(hex), HEX_B(hex), alpha \
|
HEX_R(hex), HEX_G(hex), HEX_B(hex), alpha \
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO/FIXME - global, not thread-safe */
|
|
||||||
extern float osk_dark[16];
|
|
||||||
|
|
||||||
enum menu_driver_id_type
|
enum menu_driver_id_type
|
||||||
{
|
{
|
||||||
MENU_DRIVER_ID_UNKNOWN = 0,
|
MENU_DRIVER_ID_UNKNOWN = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user