glamor-ddx: Remove debug message when moving cursor.
This commit is contained in:
		
							parent
							
								
									cd43b1ea83
								
							
						
					
					
						commit
						529c38a460
					
				| 
						 | 
					@ -460,8 +460,6 @@ drmmode_set_cursor_position (xf86CrtcPtr crtc, int x, int y)
 | 
				
			||||||
	drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private;
 | 
						drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private;
 | 
				
			||||||
	drmmode_ptr drmmode = drmmode_crtc->drmmode;
 | 
						drmmode_ptr drmmode = drmmode_crtc->drmmode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	ErrorF("move cursor\n");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	drmModeMoveCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
 | 
						drmModeMoveCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue