- Timestamp:
- Mar 11, 2000, 10:52:50 PM (25 years ago)
- 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 birdExp $ */1 /* $Id: glutos2.h,v 1.5 2000-03-11 21:52:50 sandervl Exp $ */ 2 2 #ifndef __glutos2_h__ 3 3 #define __glutos2_h__ … … 25 25 /* Win32 "equivalent" cursors - eventually, the X glyphs should be 26 26 converted to Win32 cursors -- then they will look the same */ 27 #if defined(__WIN32OS2__)28 #define XC_arrow IDC_ARROWA29 #define XC_top_left_arrow IDC_ARROWA30 #define XC_hand1 IDC_SIZEALLA31 #define XC_pirate IDC_NOA32 #define XC_question_arrow IDC_HELPA33 #define XC_exchange IDC_NOA34 #define XC_spraycan IDC_SIZEALLA35 #define XC_watch IDC_WAITA36 #define XC_xterm IDC_IBEAMA37 #define XC_crosshair IDC_CROSSA38 #define XC_sb_v_double_arrow IDC_SIZENSA39 #define XC_sb_h_double_arrow IDC_SIZEWEA40 #define XC_top_side IDC_UPARROWA41 #define XC_bottom_side IDC_SIZENSA42 #define XC_left_side IDC_SIZEWEA43 #define XC_right_side IDC_SIZEWEA44 #define XC_top_left_corner IDC_SIZENWSEA45 #define XC_top_right_corner IDC_SIZENESWA46 #define XC_bottom_right_corner IDC_SIZENWSEA47 #define XC_bottom_left_corner IDC_SIZENESWA48 #else49 27 #define XC_arrow IDC_ARROW 50 28 #define XC_top_left_arrow IDC_ARROW … … 67 45 #define XC_bottom_right_corner IDC_SIZENWSE 68 46 #define XC_bottom_left_corner IDC_SIZENESW 69 #endif70 47 #define XA_STRING 0 71 48
Note:
See TracChangeset
for help on using the changeset viewer.