MSC: unsigned short far _getlinestyle( void )



	- prototype in graph.h

	- returns current line style mask
	- each 1 bit represents a pixel (in current color) in the line
	  mask;  each 0 represent a pixel that is left alone

	- see	_setlinestyle()