Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. cairo_surface_t *image;
  2. double scale = cairo_image_get_surface_height(image) / window->height;
  3. // Scale here
  4. cairo_set_source_surface(cairo, image, 0, 0);
  5. cairo_paint(cairo);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement