DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

scoSWCursorInitialize(D3nfb)


scoSWCursorInitialize, scoInitCursor -- yyy

Synopsis

/* For backwards compatibility, scoSWCursorInitialize() should be used now */
void scoInitCursor(pScreen)
{
    if(!scoDCInitialize(pScreen))
	FatalError("Can't initialize Software Cursor\n");
}

void scoSWCursorInitialize(pScreen) { if(!scoDCInitialize(pScreen)) FatalError("Can't initialize Software Cursor\n"); }

Description

scoSWCursorInitialize( )

Arguments


pScreen
pointer to the X screen structure

Exit codes

Usage notes

Version applicability

This function is supported for NFB drivers on all releases of SCO OpenServer 5, SVR5, and AIX 5L.

Source files


Routine source
./hw/sco/mit/scoCursor.c

19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005