mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #1301 from emersion/cleanup-page-flip
backend/drm: don't reset conn->pageflip_pending in drm_connector_cleanup
This commit is contained in:
		
						commit
						7dedfce1ae
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -1354,7 +1354,6 @@ static void drm_connector_cleanup(struct wlr_drm_connector *conn) {
 | 
				
			||||||
		conn->output.needs_swap = false;
 | 
							conn->output.needs_swap = false;
 | 
				
			||||||
		conn->output.frame_pending = false;
 | 
							conn->output.frame_pending = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		conn->pageflip_pending = false;
 | 
					 | 
				
			||||||
		/* Fallthrough */
 | 
							/* Fallthrough */
 | 
				
			||||||
	case WLR_DRM_CONN_NEEDS_MODESET:
 | 
						case WLR_DRM_CONN_NEEDS_MODESET:
 | 
				
			||||||
		wlr_log(WLR_INFO, "Emitting destruction signal for '%s'",
 | 
							wlr_log(WLR_INFO, "Emitting destruction signal for '%s'",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue