(!1654) Xnest: replace XBell() by xcb_bell()
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									2dfef51805
								
							
						
					
					
						commit
						d1dd76233f
					
				|  | @ -64,13 +64,13 @@ DeviceIntPtr xnestKeyboardDevice = NULL; | |||
| void | ||||
| xnestBell(int volume, DeviceIntPtr pDev, void *ctrl, int cls) | ||||
| { | ||||
|     XBell(xnestDisplay, volume); | ||||
|     xcb_bell(xnestUpstreamInfo.conn, volume); | ||||
| } | ||||
| 
 | ||||
| void | ||||
| DDXRingBell(int volume, int pitch, int duration) | ||||
| { | ||||
|     XBell(xnestDisplay, volume); | ||||
|     xcb_bell(xnestUpstreamInfo.conn, volume); | ||||
| } | ||||
| 
 | ||||
| void | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue