Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperepujal <perepujal>2011-05-09 23:38:53 (GMT)
committer perepujal <perepujal>2011-05-09 23:38:53 (GMT)
commit332b00db4e7974a8ddef2873c27685fdfdbac7b3 (patch)
treed11c1471190b9fe5aa632e74a2409562e9ccfa5b
parent471ff3c80ab040cddf6d248af73f852c790b25e8 (diff)
Changing mode to MODE_PAINT_WITH_PREVIEW
-rw-r--r--magic/src/perspective.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/magic/src/perspective.c b/magic/src/perspective.c
index 446a75b..8411ba0 100644
--- a/magic/src/perspective.c
+++ b/magic/src/perspective.c
@@ -28,7 +28,7 @@
(See COPYING.txt)
Last updated: May 6, 2009
- $Id: perspective.c,v 1.3 2009/12/03 07:05:23 scottmc Exp $
+ $Id: perspective.c,v 1.4 2011/05/09 23:38:53 perepujal Exp $
*/
#include <stdio.h>
@@ -535,7 +535,7 @@ void perspective_switchout(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE
int perspective_modes(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED)
{
- return(MODE_PAINT);
+ return(MODE_PAINT_WITH_PREVIEW);
}
void perspective_line(void * ptr_to_api, int which ATTRIBUTE_UNUSED, SDL_Surface * canvas, SDL_Surface * snapshot ATTRIBUTE_UNUSED, int x, int y)