diff dwt/widgets/Composite.d @ 38:6e625fa1612d

Shell, some code left
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Jan 2008 07:33:15 +0100
parents c86fc3d50cfa
children 7fb1ab011933
line wrap: on
line diff
--- a/dwt/widgets/Composite.d	Thu Jan 10 05:17:47 2008 +0100
+++ b/dwt/widgets/Composite.d	Thu Jan 10 07:33:15 2008 +0100
@@ -705,7 +705,7 @@
 	return result;
 }
 
-override int /*long*/ gtk_focus (GtkWidget* widget, GdkEventFocus* directionType) {
+override int /*long*/ gtk_focus (GtkWidget* widget, int directionType) {
 	if (widget is socketHandle) return 0;
 	return super.gtk_focus (widget, directionType);
 }