mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 20:08:17 +00:00
[client] add SVG loading support and use icons for status display
This brings nanosvg into the project for SVG loading and rendering. Unfortunatly we can not at this time use a submodule for this project until https://github.com/memononen/nanosvg/pull/214 is merged.
This commit is contained in:
@@ -676,7 +676,7 @@ void app_msgBoxClose(MsgBoxHandle handle)
|
||||
|
||||
void app_showRecord(bool show)
|
||||
{
|
||||
overlayRecord_show(show);
|
||||
overlayStatus_set(LG_USER_STATUS_RECORDING, show);
|
||||
}
|
||||
|
||||
KeybindHandle app_registerKeybind(int sc, KeybindFn callback, void * opaque, const char * description)
|
||||
@@ -1072,4 +1072,5 @@ void app_useSpiceDisplay(bool enable)
|
||||
renderQueue_spiceShow(false);
|
||||
purespice_disconnectChannel(PS_CHANNEL_DISPLAY);
|
||||
}
|
||||
overlayStatus_set(LG_USER_STATUS_SPICE, enable);
|
||||
}
|
||||
|
Reference in New Issue
Block a user