Changeset 3096 for trunk/src


Ignore:
Timestamp:
Mar 11, 2000, 10:52:50 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/glutos2.h

    r3088 r3096  
    1 /* $Id: glutos2.h,v 1.4 2000-03-11 17:24:28 bird Exp $ */
     1/* $Id: glutos2.h,v 1.5 2000-03-11 21:52:50 sandervl Exp $ */
    22#ifndef __glutos2_h__
    33#define __glutos2_h__
     
    2525/* Win32 "equivalent" cursors - eventually, the X glyphs should be
    2626   converted to Win32 cursors -- then they will look the same */
    27 #if defined(__WIN32OS2__)
    28 #define XC_arrow               IDC_ARROWA
    29 #define XC_top_left_arrow      IDC_ARROWA
    30 #define XC_hand1               IDC_SIZEALLA
    31 #define XC_pirate              IDC_NOA
    32 #define XC_question_arrow      IDC_HELPA
    33 #define XC_exchange            IDC_NOA
    34 #define XC_spraycan            IDC_SIZEALLA
    35 #define XC_watch               IDC_WAITA
    36 #define XC_xterm               IDC_IBEAMA
    37 #define XC_crosshair           IDC_CROSSA
    38 #define XC_sb_v_double_arrow   IDC_SIZENSA
    39 #define XC_sb_h_double_arrow   IDC_SIZEWEA
    40 #define XC_top_side            IDC_UPARROWA
    41 #define XC_bottom_side         IDC_SIZENSA
    42 #define XC_left_side           IDC_SIZEWEA
    43 #define XC_right_side          IDC_SIZEWEA
    44 #define XC_top_left_corner     IDC_SIZENWSEA
    45 #define XC_top_right_corner    IDC_SIZENESWA
    46 #define XC_bottom_right_corner IDC_SIZENWSEA
    47 #define XC_bottom_left_corner  IDC_SIZENESWA
    48 #else
    4927#define XC_arrow               IDC_ARROW
    5028#define XC_top_left_arrow      IDC_ARROW
     
    6745#define XC_bottom_right_corner IDC_SIZENWSE
    6846#define XC_bottom_left_corner  IDC_SIZENESW
    69 #endif
    7047#define XA_STRING 0
    7148
Note: See TracChangeset for help on using the changeset viewer.