@@ -16,15 +16,15 @@ ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see . ;; ;;====================================================================== -(require-library iup) -(import (prefix iup iup:)) -(use canvas-draw) +(import (prefix iup iup:) + canvas-draw) -(use srfi-1 regex regex-case srfi-69) +(import srfi-1 regex regex-case srfi-69) + (declare (unit gutils)) ;; NOTE: These functions will move to iuputils (define (gutils:colors-similar? color1 color2)