X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=51b84a3005cf03705739266c6e68e3d357f8833b;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=af779843b9209195cc5cab8c77acff87a5bf9224;hpb=6071f2f1e380283d430a712c259ecd403f0ed410;p=pspp-builds.git diff --git a/src/output/render.h b/src/output/render.h index af779843..51b84a30 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ #include #include -#include +#include "output/table-provider.h" struct table; @@ -93,6 +93,8 @@ void render_page_unref (struct render_page *); int render_page_get_size (const struct render_page *, enum table_axis); void render_page_draw (const struct render_page *); +void render_page_draw_region (const struct render_page *, + int x, int y, int w, int h); /* An iterator for breaking render_pages into smaller chunks. */ struct render_break