From fc82040aea466a4b122305b8c74d8122f4ba035a Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 11 Oct 2009 12:06:03 -0700 Subject: [PATCH] forgot to commit callback.c with autoflipproc --- callback.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/callback.c b/callback.c index 45500e3..14cfcc1 100644 --- a/callback.c +++ b/callback.c @@ -441,6 +441,14 @@ void AutoflagProc(object, user_data) return; } +void AutoflipProc(object, user_data) + GtkObject *object; + gpointer user_data; +{ + appData.autoFlipView = !appData.autoFlipView; + return; +} + void ShowThinkingProc(object, user_data) GtkObject *object; gpointer user_data; -- 1.7.0.4