From a1f7517f39a9ee44cf056ddb2679ece3fbdd6a2f Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 5 Aug 2011 01:10:36 +0000 Subject: edit comments svn path=/trunk/netsurf/; revision=12634 --- atari/plot/plotter.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'atari/plot') diff --git a/atari/plot/plotter.h b/atari/plot/plotter.h index 3da927b60..dea333804 100755 --- a/atari/plot/plotter.h +++ b/atari/plot/plotter.h @@ -188,13 +188,17 @@ struct s_gem_plotter int vdi_handle; struct s_vdi_sysinfo * scr; void * priv_data; - int bpp_virt; /* bit depth of framebuffer */ + /* bit depth of framebuffers: */ + int bpp_virt; struct rect clipping; struct s_frame_buf fbuf[MAX_FRAMEBUFS]; - int cfbi; /* current framebuffer index */ + /* current framebuffer index: */ + int cfbi; FONT_PLOTTER font_plotter; + /* set new dimensions (realloc memory): */ _pmf_resize resize; + /* set drawing origin: */ _pmf_move move; _pmf_lock lock; _pmf_unlock unlock; @@ -212,8 +216,11 @@ struct s_gem_plotter _pmf_rectangle rectangle; _pmf_polygon polygon; _pmf_path path; + /* scale an netsurf bitmap: */ _pmf_bitmap_resize bitmap_resize; + /* plot an netsurf bitmap into the buffer / screen: */ _pmf_bitmap bitmap; + /* plot an mfdb into the buffer / screen: */ _pmf_plot_mfdb plot_mfdb; _pmf_text text; _pmf_dtor dtor; -- cgit v1.2.3