~random-stuff/random-stuff/snes9x-OLD

« back to all changes in this revision

Viewing changes to gtk/src/gtk_config.h

  • Committer: Brandon Wright
  • Date: 2016-10-09 02:33:34 UTC
  • Revision ID: git-v1:7223e2283efc0077a7741e4fb30ef9122d4e931a
Save rewind variables to config file. Rename rewind variables to fit port style. Set default rewind buffer to 0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        int            pointer_is_visible;
135
135
        struct timeval pointer_timestamp;
136
136
        
137
 
        unsigned int   rewindGranularity;
138
 
        unsigned int   rewindBufferSize;
 
137
        unsigned int   rewind_granularity;
 
138
        unsigned int   rewind_buffer_size;
139
139
 
140
140
#ifdef USE_XRANDR
141
141
        XRRScreenConfiguration *xrr_config;