src/X11Handler.h
branchv_0
changeset 6 3407386d1f60
parent 5 dbf093b8b9ac
child 7 93d9c4fce585
--- a/src/X11Handler.h	Thu Apr 01 17:54:46 2021 +0200
+++ b/src/X11Handler.h	Thu Apr 01 18:55:32 2021 +0200
@@ -130,7 +130,7 @@
 		}
 
 		attributeIndex++;
-		
+
 		bool debug = configuration.debug;
 		bool run = !configuration.dryRun;
 
@@ -148,6 +148,7 @@
 				std::wcerr << L"Unsupported event" << std::endl;
 			}
 
+			XFlush(display.display);
 			attributeIndex = 0;
 			currentEvent = Event();
 		}