X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;h=8586ac1779748e5ca38221187547a592dc0a4cd7;hb=d523d6fa44e79bbca2b2cce792a7f25cca0d3aef;hp=7949fedd24d4c3e986cad42e7e1ed5f4f8021b02;hpb=6fd821e557390a8f86f37c192fd1a4c4e057c9c3;p=pspp diff --git a/src/output/table.h b/src/output/table.h index 7949fedd24..8586ac1779 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -64,11 +64,12 @@ enum TAB_EMPH = 1 << 4, /* Emphasize cell contents. */ TAB_FIX = 1 << 5, /* Use fixed font. */ TAB_MARKUP = 1 << 6, /* Text contains Pango markup. */ + TAB_ROTATE = 1 << 7, /* Rotate cell contents 90 degrees. */ /* Bits with values (1 << TAB_FIRST_AVAILABLE) and higher are not used, so they are available for subclasses to use as they wish. */ - TAB_FIRST_AVAILABLE = 7 + TAB_FIRST_AVAILABLE = 8 }; /* Styles for the rules around table cells. */