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.

23 lines
544 B

  1. #ifndef DISPMAIN_DEFINED
  2. #define DISPMAIN_DEFINED
  3. #include "lsidefs.h"
  4. #include "lsc.h"
  5. #include "lsdnode.h"
  6. #include "lssubl.h"
  7. #include "lstflow.h"
  8. #include "plssubl.h"
  9. #include "dispmisc.h"
  10. #include "dispi.h"
  11. #include "dispul.h"
  12. LSERR DisplaySublineCore(
  13. PLSSUBL, /* subline to display */
  14. const POINT*, /* pptOrg (x,y) starting point */
  15. UINT, /* kDisp : transparent or opaque */
  16. const RECT*, /* &rcClip: clipping rect (x,y) */
  17. long, /* upLimUnderline */
  18. long); /* upStartLine */
  19. #endif