Changeset 480 for trunk/src/gdk/Cursor.d
- Timestamp:
- 03/25/08 18:16:02 (8 months ago)
- Files:
-
- trunk/src/gdk/Cursor.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/gdk/Cursor.d
r429 r480 56 56 * module aliases: 57 57 * local aliases: 58 * overrides: 58 59 */ 59 60 … … 241 242 * name = the name of the cursor 242 243 */ 243 public this (Display display, char[]name)244 public this (Display display, string name) 244 245 { 245 246 // GdkCursor* gdk_cursor_new_from_name (GdkDisplay *display, const gchar *name);
