X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=c10f23716060924897da482dc106128fbd5cdcf3;hb=f571c9bfcafa6b910985372219a4656017f51700;hp=600bfd93449982e3608b717e029a787964a6ad10;hpb=1058fc673a7859c417004327f7e73d1106b26960;p=pspp diff --git a/src/output/render.h b/src/output/render.h index 600bfd9344..c10f237160 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -125,7 +125,14 @@ struct render_params points.) */ int min_break[TABLE_N_AXES]; + /* True if the driver supports cell margins. (If false, the rendering + engine will insert a small space betweeen adjacent cells that don't have + an intervening rule.) */ bool supports_margins; + + /* True if the local language has a right-to-left direction, otherwise + false. (Use render_direction_rtl() to find out.) */ + bool rtl; }; /* An iterator for breaking render_pages into smaller chunks. */