Changeset 480 for trunk/demos/gl/ShapesGL.d
- Timestamp:
- 03/25/08 18:16:02 (8 months ago)
- Files:
-
- trunk/demos/gl/ShapesGL.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demos/gl/ShapesGL.d
r410 r480 743 743 // 744 744 745 // void activateCallback(MenuItem menuItem, char[]action)745 // void activateCallback(MenuItem menuItem, string action) 746 746 // { 747 747 // } 748 748 void activateItemCallback(MenuItem menuItem) 749 749 { 750 char[]action = menuItem.getActionName();750 string action = menuItem.getActionName(); 751 751 version(Tango) 752 752 { … … 941 941 private import glgdk.GLdInit; 942 942 943 void main( char [][]args)943 void main(string[] args) 944 944 { 945 945
