Commit 0698cb78 authored by Claes Sjofors's avatar Claes Sjofors

No SVG build fix

parent b55f3ee0
...@@ -2937,10 +2937,10 @@ void GlowDrawGtk::image_scale( int width, int height, glow_tImImage orig_im, glo ...@@ -2937,10 +2937,10 @@ void GlowDrawGtk::image_scale( int width, int height, glow_tImImage orig_im, glo
imagefile = rsvg_handle_get_base_uri( handle); imagefile = rsvg_handle_get_base_uri( handle);
*im = rsvg_pixbuf_from_file_at_size(imagefile, width, height, NULL); *im = rsvg_pixbuf_from_file_at_size(imagefile, width, height, NULL);
} }
else {
#else #else
{ {
#endif #endif
else {
*im = gdk_pixbuf_scale_simple( (GdkPixbuf *)orig_im, width, height, GDK_INTERP_NEAREST); *im = gdk_pixbuf_scale_simple( (GdkPixbuf *)orig_im, width, height, GDK_INTERP_NEAREST);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment