mirror of
				https://github.com/SwallowOS/xorg_lib_libxcb
				synced 2025-11-04 13:54:44 +08:00 
			
		
		
		
	Fix documentation of xcb_poll_for_event()
In commit8eba8690ad, the API documentation for xcb_poll_for_event() was fixed to remove an argument that was previously removed in commit34168ab549. However, that commit only removed the first line of the documentation, leaving behind a spurious half-sentence. That commit happened seven years ago and now finally someone noticed... Thanks to Benjamin Herr for reporting this on IRC. v2: Thanks again to Benjamin Herr for noticing that my commit message blamed the wrong commit. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
		@@ -278,7 +278,6 @@ xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *c);
 | 
			
		||||
/**
 | 
			
		||||
 * @brief Returns the next event or error from the server.
 | 
			
		||||
 * @param c: The connection to the X server.
 | 
			
		||||
 * error status of the operation.
 | 
			
		||||
 * @return The next event from the server.
 | 
			
		||||
 *
 | 
			
		||||
 * Returns the next event or error from the server, if one is
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user