Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

13 lines
424 B

/***************************************************************************
*
* DoesDisplaySuck(void)
*
* times the display driver and determines if it "sucks" drawing 8bpp DIBs to
* the screen.
*
* it "sucks" if it can BitBlt() bitmaps *much* faster than it can
* StretchDIBits() them.
*
***************************************************************************/
extern BOOL FAR PASCAL DoesDisplaySuck(void);