mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-30 08:22:29 +00:00
[client] rename fpsLimit to fpsMin
This commit is contained in:
@@ -109,7 +109,7 @@ struct AppParams
|
||||
bool center;
|
||||
int x, y;
|
||||
unsigned int w, h;
|
||||
unsigned int fpsLimit;
|
||||
unsigned int fpsMin;
|
||||
bool showFPS;
|
||||
bool useSpiceInput;
|
||||
bool useSpiceClipboard;
|
||||
@@ -151,4 +151,4 @@ struct KeybindHandle
|
||||
|
||||
// forwards
|
||||
extern struct AppState state;
|
||||
extern struct AppParams params;
|
||||
extern struct AppParams params;
|
||||
|
||||
Reference in New Issue
Block a user