From 00e2d763ffc6abca09b527fc64ee3dea78a4ce23 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 1 Feb 2009 12:00:00 +0000 Subject: 2.5 Moved 'redo last operator' stuff to WM level, with a WM_operator_repeat() Code in screen_ops was not checking all operator stuff correctly, so repeat menu (F3 now) crashed in cases. --- source/blender/windowmanager/wm_event_system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager/wm_event_system.h') diff --git a/source/blender/windowmanager/wm_event_system.h b/source/blender/windowmanager/wm_event_system.h index 5205c8c17e1..d6899d47471 100644 --- a/source/blender/windowmanager/wm_event_system.h +++ b/source/blender/windowmanager/wm_event_system.h @@ -76,13 +76,13 @@ enum { /* wm_event_system.c */ -void wm_event_add(wmWindow *win, wmEvent *event_to_add); +void wm_event_add (wmWindow *win, wmEvent *event_to_add); void wm_event_free_all (wmWindow *win); /* goes over entire hierarchy: events -> window -> screen -> area -> region */ void wm_event_do_handlers (bContext *C); -void wm_event_add_ghostevent(wmWindow *win, int type, void *customdata); +void wm_event_add_ghostevent (wmWindow *win, int type, void *customdata); void wm_event_do_notifiers (bContext *C); -- cgit v1.2.3