Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
480 B

  1. #ifndef PREPDISP_DEFINED
  2. #define PREPDISP_DEFINED
  3. #include "lsidefs.h"
  4. #include "plsline.h"
  5. #include "plssubl.h"
  6. #include "lskjust.h"
  7. LSERR PrepareLineForDisplayProc(PLSLINE);
  8. LSERR MatchPresSubline(PLSSUBL); /* IN: subline context */
  9. LSERR AdjustSubline(PLSSUBL, /* IN: subline context */
  10. LSKJUST, /* IN: justification type */
  11. long, /* IN: dup desired */
  12. BOOL); /* IN: fTrue - compress, fFalse - expand */
  13. #endif /* PREPDISP_DEFINED */