gerbv_open_image() can now take a zip archive as an argument.
commit1ee80062d8ed2de9e9aeb8d121e97c3f7ea604ee
authorStefan Petersen <spe@stacken.kth.se>
Sun, 16 Aug 2009 20:08:34 +0000 (16 22:08 +0200)
committerStefan Petersen <spe@stacken.kth.se>
Thu, 20 Aug 2009 07:04:46 +0000 (20 09:04 +0200)
tree85b971bb588cf8d1a95f4892a191c56eb95fda04
parentab14800b9333cb2ad5841771b6a76503d9beccdd
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