Searched refs:cursorTable (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cursor.c25 static CursorTable cursorTable[] = { variable in typeref:typename:CursorTable[]
124 cursor < sizeof(cursorTable) / sizeof(cursorTable[0])) {
125 if (cursorTable[cursor].cursor == None) {
126 cursorTable[cursor].cursor = XCreateFontCursor(__glutDisplay,
127 cursorTable[cursor].glyph);
129 xcursor = cursorTable[cursor].cursor;
145 xcursor = cursorTable[0].cursor;
148 cursorTable[0].cursor =
149 LoadCursor(NULL, cursorTable[
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCursor.cpp22 static const unsigned char *cursorTable[] = { variable in typeref:typename:const unsigned char * []
81 be_app->SetCursor(cursorTable[realcursor]);

Completed in 3 milliseconds