Beispiel #1
0
static BOOL xf_event_ButtonPress(xfContext* xfc, XEvent* event, BOOL app)
{
	if (xfc->use_xinput)
		return TRUE;

	return xf_generic_ButtonPress(xfc, event->xbutton.x, event->xbutton.y,
	                              event->xbutton.button, event->xbutton.window, app);
}
Beispiel #2
0
static BOOL xf_event_ButtonPress(xfContext* xfc, XEvent* event, BOOL app)
{
    return xf_generic_ButtonPress(xfc, event->xbutton.x, event->xbutton.y,
                                  event->xbutton.button, event->xbutton.window, app);
}