View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-4 / +3 lines)
Line     Link Here 
 Lines 130-136    Link Here 
                    XCreateFontCursor( fgDisplay.Display, entry->cursorShape);
                    XCreateFontCursor( fgDisplay.Display, entry->cursorShape);
            }
            }
            cursor = entry->cachedCursor;
            cursor = entry->cachedCursor;
        } else {
          if (cursor == None)
              fgError( "Failed to create cursor" );
      } else {
            switch( cursorIDToUse )
            switch( cursorIDToUse )
            {
            {
            case GLUT_CURSOR_NONE:
            case GLUT_CURSOR_NONE:
 Lines 147-155    Link Here 
            }
            }
        }
        }
        if ( ( cursorIDToUse != GLUT_CURSOR_NONE ) && ( cursor == None ) ) {
            fgError( "Failed to create cursor" );
        }
        XDefineCursor( fgDisplay.Display,
        XDefineCursor( fgDisplay.Display,
                       window->Window.Handle, cursor );
                       window->Window.Handle, cursor );
    }
    }