xwayland: fix typo in non-modifier fallback path
Pointed out on irc by q66.
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
(cherry picked from commit 6300049a9a)
			
			
This commit is contained in:
		
							parent
							
								
									64bf285729
								
							
						
					
					
						commit
						55171d738a
					
				|  | @ -272,7 +272,7 @@ xwl_glamor_gbm_get_wl_buffer_for_pixmap(PixmapPtr pixmap, | |||
| #else | ||||
|     num_planes = 1; | ||||
|     modifier = DRM_FORMAT_MOD_INVALID; | ||||
|     strides[0] = gbm_go_get_stride(xwl_pixmap->bo); | ||||
|     strides[0] = gbm_bo_get_stride(xwl_pixmap->bo); | ||||
|     offsets[0] = 0; | ||||
| #endif | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue