mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Move extra roundtrip into password.c
This commit is contained in:
		
							parent
							
								
									d2d050d59c
								
							
						
					
					
						commit
						0138f79b4a
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -101,6 +101,7 @@ void swaylock_handle_key(struct swaylock_state *state,
 | 
				
			||||||
		case XKB_KEY_Return:
 | 
							case XKB_KEY_Return:
 | 
				
			||||||
			state->auth_state = AUTH_STATE_VALIDATING;
 | 
								state->auth_state = AUTH_STATE_VALIDATING;
 | 
				
			||||||
			render_frames(state);
 | 
								render_frames(state);
 | 
				
			||||||
 | 
								wl_display_roundtrip(state->display);
 | 
				
			||||||
			if (attempt_password(&state->password)) {
 | 
								if (attempt_password(&state->password)) {
 | 
				
			||||||
				exit(0);
 | 
									exit(0);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -134,7 +134,6 @@ void render_frame(struct swaylock_surface *surface) {
 | 
				
			||||||
	wl_surface_attach(surface->surface, surface->current_buffer->buffer, 0, 0);
 | 
						wl_surface_attach(surface->surface, surface->current_buffer->buffer, 0, 0);
 | 
				
			||||||
	wl_surface_damage(surface->surface, 0, 0, buffer_width, buffer_height);
 | 
						wl_surface_damage(surface->surface, 0, 0, buffer_width, buffer_height);
 | 
				
			||||||
	wl_surface_commit(surface->surface);
 | 
						wl_surface_commit(surface->surface);
 | 
				
			||||||
	wl_display_roundtrip(state->display);
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void render_frames(struct swaylock_state *state) {
 | 
					void render_frames(struct swaylock_state *state) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue