Yves Rizoud cf54d4a460 Load/Save: "Select Drive" button. Allows a way for the AmigaOS4 version to display the list of drives / volume names.
Peter, you can plug in Lire_liste_des_lecteurs(void) to enumerate the drives.

Additionally, if you want to display drive icons as well, you have a spot in
Rechercher_drives(void) :
For each drive, call Ajouter_lecteur(car, icon, string);
* car is the displayed character
* string is the drive name "df0:", "mypictures:" etc. (string will be copied)
* icon is one of :
    LECTEUR_FLOPPY_3_5
    LECTEUR_FLOPPY_5_25
    LECTEUR_HDD
    LECTEUR_CDROM
    LECTEUR_NETWORK


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@309 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2008-10-25 18:20:31 +00:00
2008-10-08 19:40:47 +00:00
2008-10-12 19:09:29 +00:00
2008-10-08 19:40:47 +00:00
2008-10-17 21:30:38 +00:00
2008-10-08 19:40:47 +00:00
2007-04-14 20:18:30 +00:00
2007-04-14 20:18:30 +00:00
2007-04-14 20:18:30 +00:00
2008-10-12 11:07:27 +00:00
2008-10-17 21:30:38 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-20 18:14:10 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-17 21:30:38 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-08 19:40:47 +00:00
2008-10-25 13:35:28 +00:00
2008-10-25 13:35:28 +00:00
Description
Fork of grafX2: The ultimate 256 color painting program https://gitlab.com/GrafX2/grafX2
16 MiB
Languages
C 89.3%
Lua 6.9%
Makefile 1.6%
NSIS 1.1%
Objective-C 0.4%
Other 0.5%