mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 14:27:06 +00:00
[client] cosmetics
This commit is contained in:
parent
2c59b5f557
commit
e6154e685f
@ -28,16 +28,16 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
// forwards
|
// forwards
|
||||||
static bool optRendererParse (struct Option * opt, const char * str);
|
static bool optRendererParse (struct Option * opt, const char * str);
|
||||||
static StringList optRendererValues (struct Option * opt);
|
static StringList optRendererValues (struct Option * opt);
|
||||||
static char * optRendererToString (struct Option * opt);
|
static char * optRendererToString(struct Option * opt);
|
||||||
static bool optPosParse (struct Option * opt, const char * str);
|
static bool optPosParse (struct Option * opt, const char * str);
|
||||||
static StringList optPosValues (struct Option * opt);
|
static StringList optPosValues (struct Option * opt);
|
||||||
static char * optPosToString (struct Option * opt);
|
static char * optPosToString (struct Option * opt);
|
||||||
static bool optSizeParse (struct Option * opt, const char * str);
|
static bool optSizeParse (struct Option * opt, const char * str);
|
||||||
static StringList optSizeValues (struct Option * opt);
|
static StringList optSizeValues (struct Option * opt);
|
||||||
static char * optSizeToString (struct Option * opt);
|
static char * optSizeToString (struct Option * opt);
|
||||||
static char * optScancodeToString (struct Option * opt);
|
static char * optScancodeToString(struct Option * opt);
|
||||||
|
|
||||||
static void doLicense();
|
static void doLicense();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user