File: render.h

package info (click to toggle)
mako-notifier 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: ansic: 6,081; xml: 240; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef MAKO_RENDER_H
#define MAKO_RENDER_H

struct mako_state;
struct mako_surface;

void render(struct mako_surface *surface, struct pool_buffer *buffer, int scale,
	int *width, int *height);

#endif