Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								3ab0bec860 
								
							 
						 
						
							
							
								
								Xnest: replace XCreatePixmapCursor() by xcb_create_cursor()  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								6252a4991f 
								
							 
						 
						
							
							
								
								Xnest: replace XConfigureWindow() calls by xcb_configure_window()  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								e39ebbab54 
								
							 
						 
						
							
							
								
								Xnest: use xcb for creating / destroying pixmaps  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								43b73eb527 
								
							 
						 
						
							
							
								
								Xnest: replace XBell() by xcb_bell()  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								245c23cc30 
								
							 
						 
						
							
							
								
								Xnest: use xcb for (un)mapping windows  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								646ced96b1 
								
							 
						 
						
							
							
								
								Xnest: replace XCreateWindow() by use xcb_create_window()  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								04c6cc145e 
								
							 
						 
						
							
							
								
								Xnest: fetch root visual ID from screen data  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								c68ba314db 
								
							 
						 
						
							
							
								
								Xnest: fetch keycode min/max from setup data  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								f312058776 
								
							 
						 
						
							
							
								
								Xnest: fetch image metrics from xcb connection setup data  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								8e41541568 
								
							 
						 
						
							
							
								
								Xnest: fetch default screen's root window from screen info  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								013374b8c1 
								
							 
						 
						
							
							
								
								Xnest: add helper for retrieving GC XID on upstream connection  
							
							 
							
							... 
							
							
							
							Upcoming patches will need to retieve GC's XIDs on the upstream connection.
Moving this out into separate .c file, in order to not creating more
dependencies on Xlib headers, which we wanna get rid of.
For now, looking at the Xlib GC structure, attached to our DDX GCs.
When all users of the Xlib GC have gone (ie. moved all consumers to xcb),
we'll create the GC via xcb directly, thus replacing the Xlib GC struct
by XID - the interface of this helper will remain the same.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								9a91f519c3 
								
							 
						 
						
							
							
								
								Xnest: fetch default colormap from xcb screen info  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								e308ef648a 
								
							 
						 
						
							
							
								
								Xnest: fetch root window depth from screen info  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								ba26d6bd90 
								
							 
						 
						
							
							
								
								Xnest: fetch display size from xcb setup data  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								2ec930fc4a 
								
							 
						 
						
							
							
								
								Xnest: fetch BlackPixel and WhitePixel from xcb setup data  
							
							 
							
							... 
							
							
							
							Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								467ee9eba7 
								
							 
						 
						
							
							
								
								Xnest: fetch xcb setup data  
							
							 
							
							... 
							
							
							
							Fetching the setup data from xcb instead of Xlib, storing in our own struct,
holding all information needed for one particular upstream connection.
For now, there's only one, but future multi-upstream implementation will
change this to an array (and storing pointers to particular upstream in
various places).
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								9df6c7a542 
								
							 
						 
						
							
							
								
								Xnest: use XCB_EVENT_MASK_* defines  
							
							 
							
							... 
							
							
							
							Use xcb's defines instead of Xlib's ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								b00f66ca53 
								
							 
						 
						
							
							
								
								Xnest: use XCB*_NONE instead of None  
							
							 
							
							... 
							
							
							
							Use xcb's defines instead of Xlib's ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								60db30f517 
								
							 
						 
						
							
							
								
								Xnest: use XCB_BACK_PIXMAP_* defines  
							
							 
							
							... 
							
							
							
							Use xcb's defines instead of Xlib's ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								66d01cdc82 
								
							 
						 
						
							
							
								
								xnest: replace ExposureMask by XCB_EVENT_MASK_EXPOSURE  
							
							 
							
							... 
							
							
							
							Use xcb's defines instead of Xlib's ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								3bcd8695eb 
								
							 
						 
						
							
							
								
								Xnest: replace NotUseful by XCB_BACKING_STORE_NOT_USEFUL  
							
							 
							
							... 
							
							
							
							Use xcb's defines instead of Xlib's ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								a65e44f91a 
								
							 
						 
						
							
							
								
								Xnest: use XCB_CONFIG_WINDOW_* defines instead of CW*  
							
							 
							
							... 
							
							
							
							Use xcb's defines instead of Xlib's ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								a24178f25f 
								
							 
						 
						
							
							
								
								Xnest: use XCB_CW_* defines instead of CW*  
							
							 
							
							... 
							
							
							
							Use XCB's defines instead of Xlib's ones.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								20a9ed60f0 
								
							 
						 
						
							
							
								
								Xnest: add xcb and x11-xcb as dependency  
							
							 
							
							... 
							
							
							
							In order to transition to XCB, we need to link xcb, but temporarily
also x11-xcb.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								638efbc06c 
								
							 
						 
						
							
							
								
								Xext: xf86bigfont: drop unncessary zero assignments  
							
							 
							
							... 
							
							
							
							When using static struct initialization, fields not explicitly
stated are automatically zero.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								a88b71ef58 
								
							 
						 
						
							
							
								
								ci: enable xv and xvmc  
							
							 
							
							... 
							
							
							
							Needed for the xf86-video-intel driver, so we should build-test it.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								dd20a392be 
								
							 
						 
						
							
							
								
								xfree86: common: use LogMessageVerb() instead of xf86Msg()  
							
							 
							
							... 
							
							
							
							Both are doing same job, so no need to keep using an duplicated implementation.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								7d3e56722c 
								
							 
						 
						
							
							
								
								os: log: consolidate OS specific fsync() call into helper  
							
							 
							
							... 
							
							
							
							Instead of having lots of #ifdef's, consolidating the conditionally
compiled fsync() call into a tiny inline helper.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								917d8dc207 
								
							 
						 
						
							
							
								
								os: log: drop now meaningless XLOG_FLUSH option  
							
							 
							
							... 
							
							
							
							Since we're not indirectly writing via FILE anymore, this option has
become meaningless: it meant flushing out our in-process buffer to
the kernel, but we're now doing direct write() calls anyways.
xf86 still accepts the "flush" config file flag for backwards compatibility,
but it hasn't any practical meaning anymore.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								11fc023a72 
								
							 
						 
						
							
							
								
								os: log via fd instead of FILE  
							
							 
							
							... 
							
							
							
							Instead of maintaining both the logfile fd, as well as ANSI FILE pointer,
simplify it to just a fd.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								081f7a53e0 
								
							 
						 
						
							
							
								
								xkb: unexport XkbCopyControls()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								acbb361ccd 
								
							 
						 
						
							
							
								
								xkb: unexport XkbDeviceApplyKeymap()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								15ba7a5f01 
								
							 
						 
						
							
							
								
								xkb: unexport XkbSendNewKeyboardNotify()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								45a830aa25 
								
							 
						 
						
							
							
								
								xkb: unexport XkbApplyVirtualModChanges()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								5447558c6d 
								
							 
						 
						
							
							
								
								xkb: unexport XkbApplyCompatMapToKey()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								b3d105a78b 
								
							 
						 
						
							
							
								
								xkb: unexport XkbKeyTypesForCoreSymbols()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								37703270f4 
								
							 
						 
						
							
							
								
								xkb: unexport XkbChangeTypesOfKey()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								0ed5337be4 
								
							 
						 
						
							
							
								
								xkb: unexport XkbFreeInfo()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								2b5817c651 
								
							 
						 
						
							
							
								
								xkb: unexport XkbChangeKeycodeRange()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								6923c2acbe 
								
							 
						 
						
							
							
								
								xkb: unexport XkbConvertCase()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								fb7ef7ac92 
								
							 
						 
						
							
							
								
								xkb: unexport XkbLookupNamedGeometry()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								ff031fdb0c 
								
							 
						 
						
							
							
								
								xkb: unexport XkbDisableComputedAutoRepeats()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								3b30c23631 
								
							 
						 
						
							
							
								
								xkb: unexport XkbEnableDisableControls()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								72c4e97d74 
								
							 
						 
						
							
							
								
								xkb: unexport XkbProcessKeyboardEvent()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								a741e50dd1 
								
							 
						 
						
							
							
								
								xkb: unexport XkbHandleActions()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								3d2d776e8c 
								
							 
						 
						
							
							
								
								xkb: unexport XkbHandleBell()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								7d53fa177b 
								
							 
						 
						
							
							
								
								xkb: unexport XkbStateChangedFlags()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								b6f03c3ea1 
								
							 
						 
						
							
							
								
								xkb: unexport XkbCheckIndicatorMaps()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								6df734062e 
								
							 
						 
						
							
							
								
								xkb: unexport XkbCheckSecondaryEffects()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00  
						
						
							 
							
						 
					 
				
					
						
							
							
								 
								Enrico Weigelt, metux IT consult
							
						 
						
							
							
							
							
								
							
							
								3f653ca885 
								
							 
						 
						
							
							
								
								xkb: unexport XkbComputeDerivedState()  
							
							 
							
							... 
							
							
							
							Not used by any drivers, so no need to keep it exported.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> 
							
						 
						
							2025-06-12 17:21:45 +02:00