mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
Libvje / refactor : mtracer (fix)
* clean headers
This commit is contained in:
@@ -17,15 +17,12 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA.
|
||||||
*/
|
*/
|
||||||
#include <config.h>
|
|
||||||
#include <stdlib.h>
|
#include "common.h"
|
||||||
#include <stdint.h>
|
|
||||||
#include <libvjmem/vjmem.h>
|
#include <libvjmem/vjmem.h>
|
||||||
#include "mtracer.h"
|
#include "mtracer.h"
|
||||||
#include "common.h"
|
|
||||||
#include "magicoverlays.h"
|
#include "magicoverlays.h"
|
||||||
|
|
||||||
|
|
||||||
static uint8_t *mtrace_buffer[4] = { NULL,NULL,NULL,NULL };
|
static uint8_t *mtrace_buffer[4] = { NULL,NULL,NULL,NULL };
|
||||||
static int mtrace_counter = 0;
|
static int mtrace_counter = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -20,11 +20,6 @@
|
|||||||
|
|
||||||
#ifndef MTRACER_H
|
#ifndef MTRACER_H
|
||||||
#define MTRACER_H
|
#define MTRACER_H
|
||||||
#include <libvjmem/vjmem.h>
|
|
||||||
#include <libvje/vje.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
vj_effect *mtracer_init(int w, int h);
|
vj_effect *mtracer_init(int w, int h);
|
||||||
int mtracer_malloc(int w, int h);
|
int mtracer_malloc(int w, int h);
|
||||||
void mtracer_free();
|
void mtracer_free();
|
||||||
|
|||||||
Reference in New Issue
Block a user