Commit Graph

8 Commits

Author SHA1 Message Date
mainzelm cc5cd936d3 Fixed file name error 2004-05-02 19:16:52 +00:00
eknauel afb80004d6 fix some issues with freeing Xft/fontconfig resources.
Remaining problem:

  - XftFontsetDestroy() calls free() for each XftPattern stored in the
    Fontset.  XftPatterns created by MAKE-XFT-PATTERN get their own
    finalizer, thus if added to the fontset, there might be two calls
    to free() for that object.  That needs fixing.
2004-04-25 09:27:40 +00:00
mainzelm 4c677ee267 Add scheme files to 'dist' target using EXTRA_DIST. 2004-03-29 08:58:40 +00:00
frese 4009990b40 removed scheme from SUBDIRS 2003-12-16 16:27:29 +00:00
mainzelm aba02de319 Install scheme files and build load-scx.scm from load-scx.scm.in (Thanks to Daniel Kobras) 2003-11-22 14:13:33 +00:00
mainzelm 3997c60557 Avoid using the BATCH command by loading EXTERNAL-CALLS before opening it. 2003-11-19 13:03:24 +00:00
mainzelm b6eeae0dcc + Tell libtool that we depend on libX11
+ Don't include extension.c in the libscx as it is not transformed yet
+ Use absolute path to load scheme files in load-scx.scm
+ Use batch command to suppress user interaction
2003-11-18 15:14:56 +00:00
mainzelm 425060a1b2 Use automake and build a shared object 2003-11-17 08:56:57 +00:00