image_dp_workaround 7871 imlib2.c         rb_define_singleton_method(cImage, "draw_pixel_workaround?", image_dp_workaround, 0);
image_dp_workaround 7872 imlib2.c         rb_define_singleton_method(cImage, "bypass_draw_pixel?", image_dp_workaround, 0);
image_dp_workaround 7873 imlib2.c         rb_define_singleton_method(cImage, "draw_pixel_workaround=", image_dp_workaround, 1);
image_dp_workaround 7874 imlib2.c         rb_define_singleton_method(cImage, "bypass_draw_pixel=", image_dp_workaround, 1);