gerbv_open_image() can now take a zip archive as an argument.
commit0d41453c83058a1288eeaecede1d61119f9141e9
authorStefan Petersen <spe@stacken.kth.se>
Sun, 16 Aug 2009 20:08:34 +0000 (16 22:08 +0200)
committerStefan Petersen <spe@stacken.kth.se>
Mon, 5 Sep 2011 14:24:29 +0000 (5 16:24 +0200)
tree250bc511f084be81c10fad2e2b0e3532b31ef81d
parent0948a8fa0c6c0f7b8f854d60d2d4c30d8535072c
gerbv_open_image() can now take a zip archive as an argument.

If the zip archive is given, this archive is searched for the give filename
and opens the file in that archive. If no zip archive is give (NULL) it works
as before. Opening a zip archive from GUI actually works.
src/callbacks.c
src/gerbv.c
src/gerbv.h
src/main.c