Skip to content

Commit 922a367

Browse files
committed
changed some texts
1 parent 00ddbc4 commit 922a367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@ static int has_xi2(Display *dpy)
237237
int rc = XIQueryVersion(dpy, &major, &minor);
238238
if (rc == BadRequest)
239239
{
240-
logg(LOG_FATAL, "No XI2 support. Server supports version %d.%d only.\n", major, minor);
240+
logg(LOG_FATAL, "XI2 not supported. XI Version required: 2.2, found: %d.%d only.\n", major, minor);
241241
return 0;
242242
}
243243
else if (rc != Success)
244244
{
245-
logg(LOG_WARN, "Internal Error! This is a bug in Xlib.\n");
245+
logg(LOG_WARN, "Internal Error! XIQueryVersion reportet non success..\n");
246246
}
247247

248248
return 1;

0 commit comments

Comments
 (0)