X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Thu, 11 Oct 2012 13:55:48 -0400 Message-Id: <201210111755.q9BHtmj1000532@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <20121011161725.15279.qmail@stuge.se> (message from Peter Stuge on Thu, 11 Oct 2012 18:17:25 +0200) Subject: Re: [geda-user] Flex? References: <20121011143959 DOT 7435 DOT qmail AT stuge DOT se> <1349967212 DOT 2412 DOT 37 DOT camel AT AMD64X2 DOT fritz DOT box> <20121011155417 DOT 13405 DOT qmail AT stuge DOT se> <20121011161725 DOT 15279 DOT qmail AT stuge DOT se> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > How to test in the plugin if a pad is square? The plugin "api" is wide open, you use the same macros everything else in the source base uses. In this case, something like: if (TEST_FLAG (SQUAREFLAG, pin))