mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Replace uses of strcpy() and sprintf()
This commit is contained in:
@@ -29,6 +29,8 @@ public:
|
||||
|
||||
bool isOverlayEnabled(OverlayType type);
|
||||
char* getOverlayText(OverlayType type);
|
||||
void updateOverlayText(OverlayType type, const char* text);
|
||||
int getOverlayMaxTextLength();
|
||||
void setOverlayTextUpdated(OverlayType type);
|
||||
void setOverlayState(OverlayType type, bool enabled);
|
||||
SDL_Color getOverlayColor(OverlayType type);
|
||||
|
||||
Reference in New Issue
Block a user