• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D12-Dec-2013241 1613

Makefile.inH A D28-Jun-201410.5 KiB398332

ReadmeH A D28-Jun-2014279 95

pallette.cH A D28-Jun-201413.3 KiB392280

pallette.fdH A D28-Jun-201417 KiB893841

pallette.hH A D12-Dec-20131.6 KiB7653

ui_attrib.cH A D28-Jun-20146.7 KiB181125

ui_attrib.fdH A D28-Jun-20149.8 KiB536500

ui_attrib.hH A D28-Jun-20141.5 KiB6449

ui_theforms.cH A D12-Dec-201314.6 KiB418285

ui_theforms.fdH A D11-Dec-201323.2 KiB1,2901,207

ui_theforms.hH A D12-Dec-20132.7 KiB11695

Readme

1To recreate the .c and .h files from the .fd files use the command
2
3fdesign -convert -I \"../lib/include/forms.h\" *.fd
4
5This makes sure that the newest version of the forms.h file
6is included instead of an already installed forms.h file
7(typically /usr/local/include/forms.h).
8
9