]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jcmainct.c
Allow using windows that can't be focused with wxNavigationEnabled<>.
[wxWidgets.git] / src / jpeg / jcmainct.c
index 4c22f787369f31b0ac01cd82fcaa54a5e3d68146..42846cb517ebe737f68eef4416ae1869ee163e7d 100644 (file)
@@ -30,7 +30,7 @@ typedef struct {
 
   JDIMENSION cur_iMCU_row;     /* number of current iMCU row */
   JDIMENSION rowgroup_ctr;     /* counts row groups received in iMCU row */
-  boolean suspended;           /* remember if we suspended output */
+  wxjpeg_boolean suspended;            /* remember if we suspended output */
   J_BUF_MODE pass_mode;                /* current operating mode */
 
   /* If using just a strip buffer, this points to the entire set of buffers
@@ -173,7 +173,7 @@ process_data_buffer_main (j_compress_ptr cinfo,
   my_main_ptr mymain = (my_main_ptr) cinfo->main;
   int ci;
   jpeg_component_info *compptr;
-  boolean writing = (mymain->pass_mode != JBUF_CRANK_DEST);
+  wxjpeg_boolean writing = (mymain->pass_mode != JBUF_CRANK_DEST);
 
   while (mymain->cur_iMCU_row < cinfo->total_iMCU_rows) {
     /* Realign the virtual buffers if at the start of an iMCU row. */
@@ -242,7 +242,7 @@ process_data_buffer_main (j_compress_ptr cinfo,
  */
 
 GLOBAL(void)
-jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer)
+jinit_c_main_controller (j_compress_ptr cinfo, wxjpeg_boolean need_full_buffer)
 {
   my_main_ptr mymain;
   int ci;