This commit is contained in:
twinaphex 2020-07-17 01:20:31 +02:00
parent 6a5770af6d
commit 105e135e48

View File

@ -161,12 +161,7 @@ static int x_log_error_handler(Display *dpy, XErrorEvent *event)
return 0;
}
static int x_nul_handler(Display *dpy, XErrorEvent *event)
{
(void)dpy;
(void)event;
return 0;
}
static int x_nul_handler(Display *dpy, XErrorEvent *event) { return 0; }
static void gfx_ctx_x_destroy_resources(gfx_ctx_x_data_t *x)
{