removed redefinition of GPAC mouse types

This commit is contained in:
jeanlf
2016-11-22 11:12:56 +01:00
parent 442f6fad2a
commit 50b828e2a2

View File

@@ -32,16 +32,10 @@
#include <gpac/constants.h>
#include <gpac/events_constants.h>
#include <gpac/events.h>
#include "directfb_out.h"
enum
{
GF_MOUSE_LEFT = 0,
GF_MOUSE_MIDDLE,
GF_MOUSE_RIGHT
};
static int do_xor = 0;
/* macro for a safe call to DirectFB functions */