minor whitespace cleanup.

This commit is contained in:
Ozkan Sezer
2022-03-15 23:10:02 +03:00
parent d1e4367f58
commit 61a93d3c46
2 changed files with 6 additions and 11 deletions

View File

@@ -530,8 +530,7 @@ macro(CheckX11)
#include <X11/extensions/XInput2.h>
int event_type = XI_TouchBegin;
XITouchClassInfo *t;
Status XIAllowTouchEvents(Display *a,int b,unsigned int c,Window d,int f)
{
Status XIAllowTouchEvents(Display *a,int b,unsigned int c,Window d,int f) {
return (Status)0;
}
int main(int argc, char **argv) { return 0; }" HAVE_XINPUT2_MULTITOUCH)