LookingGlass/client
Geoffrey McRae 40bfdcdf8c [client] added configuration file loading support
the client now will look for a configuration file in the following
locations by default.

* /etc/looking-glass.conf
* ~/.looking-glass.conf

All configuration files are loaded and may override values specified by
any prior configuration files loaded.

Sample Config:

    global:
    {
      fullScreen=false;
      showFPS=true;
      x=0;
      y=0;
      w=800;
      h=600;
    }

    OpenGL:
    {
      mipmap="false";
    }
2017-12-28 19:58:19 +11:00
..
renderers [client] opengl: remove deprecated glScissor, fixes FPS display 2017-12-23 17:40:50 +11:00
spice [misc] added website url to sources 2017-12-12 04:30:47 +11:00
.gitignore [client] added renderer abstratction 2017-12-12 03:59:57 +11:00
kb.h [misc] added website url to sources 2017-12-12 04:30:47 +11:00
lg-renderer.c [client] implemented renderer specific option API 2017-12-17 22:21:59 +11:00
lg-renderer.h [client] added configuration file loading support 2017-12-28 19:58:19 +11:00
lg-renderers.h [client] redesign of the renderer archiceture for mt support 2017-12-20 00:53:45 +11:00
main.c [client] added configuration file loading support 2017-12-28 19:58:19 +11:00
Makefile [client] added configuration file loading support 2017-12-28 19:58:19 +11:00
utils.h [client] report locking mode used for diagnostics 2017-12-21 01:35:36 +11:00