]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jcmaster.c
revert nested event loop support for wxGTK1 because it causes applications hangs
[wxWidgets.git] / src / jpeg / jcmaster.c
index aab4020b8796ab29492aa1780898f3ccacc45413..af887794cae760c3d65f7818668f280e7bea68a0 100644 (file)
@@ -135,7 +135,7 @@ validate_script (j_compress_ptr cinfo)
   const jpeg_scan_info * scanptr;
   int scanno, ncomps, ci, coefi, thisi;
   int Ss, Se, Ah, Al;
-  boolean component_sent[MAX_COMPONENTS];
+  wxjpeg_boolean component_sent[MAX_COMPONENTS];
 #ifdef C_PROGRESSIVE_SUPPORTED
   int * last_bitpos_ptr;
   int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
@@ -540,7 +540,7 @@ finish_pass_master (j_compress_ptr cinfo)
  */
 
 GLOBAL(void)
-jinit_c_master_control (j_compress_ptr cinfo, boolean transcode_only)
+jinit_c_master_control (j_compress_ptr cinfo, wxjpeg_boolean transcode_only)
 {
   my_master_ptr master;