X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=bdcc01264f92022536d1df6a7cf4d5fd66e7dc73;hb=refs%2Fbuilds%2F20131027032559%2Fpspp;hp=f6035cf0ab52fae1c16c55d9acdc383bf3be4a02;hpb=933040005343d87414f14c48c90dfaa92110dc0a;p=pspp diff --git a/src/output/render.h b/src/output/render.h index f6035cf0ab..bdcc01264f 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,8 +93,6 @@ 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