Skip to content

Commit

Permalink
sch2pcb: Make setters for PcbElement's fields 'x' and 'y' available i…
Browse files Browse the repository at this point in the history
…n Scheme.
  • Loading branch information
vzh committed Oct 2, 2023
1 parent 3047205 commit 2405e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liblepton/scheme/lepton/ffi/sch2pcb.scm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
pcb_element_get_value
pcb_element_set_value
pcb_element_get_x
pcb_element_set_x
pcb_element_get_y
pcb_element_set_y
pcb_element_line_parse
pcb_element_pkg_to_element

Expand Down Expand Up @@ -101,7 +103,9 @@
(define-lff pcb_element_get_value '* '(*))
(define-lff pcb_element_set_value void '(* *))
(define-lff pcb_element_get_x '* '(*))
(define-lff pcb_element_set_x void '(* *))
(define-lff pcb_element_get_y '* '(*))
(define-lff pcb_element_set_y void '(* *))
(define-lff pcb_element_line_parse '* '(*))
(define-lff pcb_element_pkg_to_element '* '(*))

Expand Down

0 comments on commit 2405e5b

Please sign in to comment.