From b72d8387b22f7731b07c12678ace726817a82f7c Mon Sep 17 00:00:00 2001 From: Stefan Schippers Date: Sat, 16 Jul 2022 18:26:43 +0200 Subject: [PATCH] fix xschemrc grid/snap variables --- scconfig/src/gui/find_gl.h | 2 +- src/xschemrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scconfig/src/gui/find_gl.h b/scconfig/src/gui/find_gl.h index c379c426..dd9e264e 100644 --- a/scconfig/src/gui/find_gl.h +++ b/scconfig/src/gui/find_gl.h @@ -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); diff --git a/src/xschemrc b/src/xschemrc index 2a3452b6..cb054c1e 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -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