fix xschemrc grid/snap variables

This commit is contained in:
Stefan Schippers 2022-07-16 18:26:43 +02:00
parent 5d2a0f7bb0
commit b72d8387b2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
int find_gl(const char *name, int logdepth, int fatal);
int find_gl_vao(const char *name, int logdepth, int fatal);
int find_gl_fb_attachment(const char *name, int logdepth, int fatal /* , const char *call, const char *arg */);
int find_gl_fb_attachment(const char *name, int logdepth, int fatal, const char *call, const char *arg);
int find_glu(const char *name, int logdepth, int fatal);
int find_glut(const char *name, int logdepth, int fatal);

View File

@ -216,8 +216,8 @@
###########################################################################
#### Warning: changing these values will likely break compatibility
#### with existing symbol libraries. Defaults: grid 20, snap 10.
# set grid 20
# set snap 10
# set cadgrid 20
# set cadsnap 10
###########################################################################
#### CUSTOM COLORS MAY BE DEFINED HERE