mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-30 19:44:17 +00:00 
			
		
		
		
	remove outdated/fixed comment
This commit is contained in:
		
							parent
							
								
									187d25e838
								
							
						
					
					
						commit
						8c80f74513
					
				
							
								
								
									
										1
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								dwl.c
									
									
									
									
									
								
							| @ -688,7 +688,6 @@ motionnotify(uint32_t time) | |||||||
| 	/* If we are currently grabbing the mouse, handle and return */ | 	/* If we are currently grabbing the mouse, handle and return */ | ||||||
| 	if (cursor_mode == CurMove) { | 	if (cursor_mode == CurMove) { | ||||||
| 		/* Move the grabbed client to the new position. */ | 		/* Move the grabbed client to the new position. */ | ||||||
| 		/* XXX assumes the surface is at (0,0) within grabc */ |  | ||||||
| 		resize(grabc, cursor->x - grabcx, cursor->y - grabcy, | 		resize(grabc, cursor->x - grabcx, cursor->y - grabcy, | ||||||
| 				grabc->geom.width, grabc->geom.height, 1); | 				grabc->geom.width, grabc->geom.height, 1); | ||||||
| 		return; | 		return; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Devin J. Pohly
						Devin J. Pohly