]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 16 Sep 2012 14:08:12 +0000 (14:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 16 Sep 2012 14:08:12 +0000 (14:08 +0000)
MagickCore/xwindow.c

index 4b518b32198f8ac1c5c4cd0c25f6de72c16351b0..fb3c224ced8a86e4320dee8a57eca7193bda9bd3 100644 (file)
@@ -3626,7 +3626,7 @@ MagickExport void XGetResourceInfo(const ImageInfo *image_info,
   resource_info->title=XGetResourceClass(database,client_name,"title",
     (char *) NULL);
   resource_value=XGetResourceClass(database,client_name,"undoCache",
-    (char *) "16");
+    (char *) "256");
   resource_info->undo_cache=(unsigned int) StringToUnsignedLong(resource_value);
   resource_value=XGetResourceClass(database,client_name,"update",
     (char *) "False");