File: render.h

package info (click to toggle)
grim 1.4.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: ansic: 1,196; xml: 152; sh: 20; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#ifndef _RENDER_H
#define _RENDER_H

#include <pixman.h>

#include "grim.h"

pixman_image_t *render(struct grim_state *state, struct grim_box *geometry,
	double scale);

#endif