mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 09:14:09 +08:00
remove _DEBUG
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define _DEBUG
|
||||
#include "common.h"
|
||||
#include "newgal.h"
|
||||
#include "sysvideo.h"
|
||||
|
||||
@@ -66,8 +66,6 @@
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#define _DEBUG
|
||||
|
||||
#include "common.h"
|
||||
#include "minigui.h"
|
||||
#include "gdi.h"
|
||||
|
||||
Reference in New Issue
Block a user