From b4d4d52d49185790c635942202b676db366b0619 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 18 May 1999 00:16:36 +0000 Subject: [PATCH] Put back order in text field delegate structure, so we won't discuss useless crap. --- WINGs/WINGs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WINGs/WINGs.h b/WINGs/WINGs.h index 2db93155..2b47c92d 100644 --- a/WINGs/WINGs.h +++ b/WINGs/WINGs.h @@ -435,12 +435,12 @@ typedef struct WMBrowserDelegate { typedef struct WMTextFieldDelegate { void *data; - void (*didChange)(struct WMTextFieldDelegate *self, - WMNotification *notif); - void (*didBeginEditing)(struct WMTextFieldDelegate *self, WMNotification *notif); + void (*didChange)(struct WMTextFieldDelegate *self, + WMNotification *notif); + void (*didEndEditing)(struct WMTextFieldDelegate *self, WMNotification *notif);