remove _DEBUG

This commit is contained in:
Vincent Wei
2019-07-19 15:49:16 +08:00
parent d7c818080c
commit b4e46463cd
3 changed files with 2 additions and 6 deletions
+2 -3
View File
@@ -54,7 +54,6 @@
#include <stdlib.h>
#include <string.h>
#define _DEBUG
#include "common.h"
#ifdef _MGIAL_LIBINPUT
@@ -602,7 +601,7 @@ static int wait_event_ex (int maxfd, fd_set *in, fd_set *out, fd_set *except,
device = libinput_event_get_device(event);
seat = libinput_device_get_seat(device);
seat_name = libinput_seat_get_logical_name(seat);
_DBG_PRINTF("IAL>LIBINPUT: a new event device added: %s\n", seat_name);
_MG_PRINTF("IAL>LIBINPUT: a new event device added: %s\n", seat_name);
break;
}
@@ -614,7 +613,7 @@ static int wait_event_ex (int maxfd, fd_set *in, fd_set *out, fd_set *except,
device = libinput_event_get_device(event);
seat = libinput_device_get_seat(device);
seat_name = libinput_seat_get_logical_name(seat);
_DBG_PRINTF("IAL>LIBINPUT: an event device removed: %s\n", seat_name);
_MG_PRINTF("IAL>LIBINPUT: an event device removed: %s\n", seat_name);
break;
}
-1
View File
@@ -48,7 +48,6 @@
#include <stdlib.h>
#include <string.h>
#define _DEBUG
#include "common.h"
#include "newgal.h"
#include "sysvideo.h"
-2
View File
@@ -66,8 +66,6 @@
#include <pthread.h>
#endif
#define _DEBUG
#include "common.h"
#include "minigui.h"
#include "gdi.h"