note about cursor init
This commit is contained in:
		
							
								
								
									
										4
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								dwl.c
									
									
									
									
									
								
							| @@ -956,7 +956,9 @@ run(char *startup_cmd) | |||||||
| 	selmon = xytomon(cursor->x, cursor->y); | 	selmon = xytomon(cursor->x, cursor->y); | ||||||
|  |  | ||||||
| 	/* XXX hack to get cursor to display in its initial location (100, 100) | 	/* XXX hack to get cursor to display in its initial location (100, 100) | ||||||
| 	 * instead of (0, 0) and then jumping */ | 	 * instead of (0, 0) and then jumping.  still may not be fully | ||||||
|  | 	 * initialized, as the image/coordinates are not transformed for the | ||||||
|  | 	 * monitor when displayed here */ | ||||||
| 	wlr_cursor_warp_closest(cursor, NULL, cursor->x, cursor->y); | 	wlr_cursor_warp_closest(cursor, NULL, cursor->x, cursor->y); | ||||||
| 	wlr_xcursor_manager_set_cursor_image(cursor_mgr, "left_ptr", cursor); | 	wlr_xcursor_manager_set_cursor_image(cursor_mgr, "left_ptr", cursor); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user