]> granicus.if.org Git - graphviz/commit
Call gvdevice_... plugin entry points from emit.c, rather than from another plugin.
authorellson <devnull@localhost>
Thu, 30 Aug 2007 20:59:31 +0000 (20:59 +0000)
committerellson <devnull@localhost>
Thu, 30 Aug 2007 20:59:31 +0000 (20:59 +0000)
commit45e76c94479b71a08306265233a6952784b30e9b
tree88f676f93330340ee6e3ec22141d53a1fee28f52
parent4731fb959febab2615079471f9a941c56e84b6ac
Call gvdevice_... plugin entry points from emit.c, rather than from another plugin.
Rename job-surface to job->context.
Add job->imagedata.
16 files changed:
lib/common/emit.c
lib/gvc/gvcjob.h
lib/gvc/gvcproc.h
lib/gvc/gvdevice.c
lib/gvc/gvplugin_device.h
plugin/devil/gvdevice_devil.c
plugin/gd/gvdevice_gd.c
plugin/gd/gvloadimage_gd.c
plugin/gd/gvrender_gd.c
plugin/gdk_pixbuf/gvdevice_gdk_pixbuf.c
plugin/gtk/callbacks.c
plugin/gtk/gvdevice_gtk.c
plugin/ming/gvrender_ming.c
plugin/pango/gvloadimage_pango.c
plugin/pango/gvrender_pango.c
plugin/xlib/gvdevice_xlib.c