randr: Fix error message for bad panning config
This commit is contained in:
		
							parent
							
								
									fdbbe65a7e
								
							
						
					
					
						commit
						24d6b7d1c5
					
				|  | @ -1365,7 +1365,7 @@ xf86InitialPanning (ScrnInfoPtr scrn) | |||
| 	    output->initialTotalArea.y2 = output->initialTotalArea.y1 + height; | ||||
| 	    break; | ||||
| 	default: | ||||
| 	    xf86DrvMsg (output->scrn->scrnIndex, X_ERROR, | ||||
| 	    xf86DrvMsg (scrn->scrnIndex, X_ERROR, | ||||
| 			"Broken panning specification '%s' for output %s in config file\n", | ||||
| 			panning, output->name); | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue