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

#ifndef DISPMAIN_DEFINED
#define DISPMAIN_DEFINED
#include "lsidefs.h"
#include "lsc.h"
#include "lsdnode.h"
#include "lssubl.h"
#include "lstflow.h"
#include "plssubl.h"
#include "dispmisc.h"
#include "dispi.h"
#include "dispul.h"
LSERR DisplaySublineCore(
PLSSUBL, /* subline to display */
const POINT*, /* pptOrg (x,y) starting point */
UINT, /* kDisp : transparent or opaque */
const RECT*, /* &rcClip: clipping rect (x,y) */
long, /* upLimUnderline */
long); /* upStartLine */
#endif