diff options
-rw-r--r-- | test/im_view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/im_view.c b/test/im_view.c index f1804d8..1bfb568 100644 --- a/test/im_view.c +++ b/test/im_view.c @@ -6,6 +6,7 @@ Example: im_view test.tif + Click on image to open another file. */ @@ -18,6 +19,7 @@ #include <stdio.h> #include <string.h> + static int disable_repaint = 0; /* used to optimize repaint, while opening a new file */ static void PrintError(int error) |