File: cacadriver.h

package info (click to toggle)
projectm 2.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 32,256 kB
  • ctags: 13,810
  • sloc: cpp: 31,087; ansic: 26,914; sh: 816; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef _LV_STANDALONE_CACADRIVER_H
#define _LV_STANDALONE_CACADRIVER_H

#include "display.h"

/* prototypes */
SADisplayDriver *caca_driver_new (void);

#endif /* _LV_STANDALONE_CACADRIVER_H */