Remove loading order dependency on `mouse-autoselect-window'
* exwm-core.el (exwm--get-client-event-mask): Renamed from `exwm--client-event-mask' and used as a function. * exwm-floating.el (exwm-floating--unset-floating): * exwm-layout.el (exwm-layout--hide): * exwm-manage.el (exwm-manage--manage-window): Use it.
This commit is contained in:
		
							parent
							
								
									dd96fffb52
								
							
						
					
					
						commit
						397ca5497e
					
				
					 4 changed files with 10 additions and 9 deletions
				
			
		|  | @ -158,7 +158,7 @@ | |||
|       (xcb:+request exwm--connection | ||||
|           (make-instance 'xcb:ChangeWindowAttributes | ||||
|                          :window id :value-mask xcb:CW:EventMask | ||||
|                          :event-mask exwm--client-event-mask)) | ||||
|                          :event-mask (exwm--get-client-event-mask))) | ||||
|       (exwm-layout--set-state id xcb:icccm:WM_STATE:IconicState) | ||||
|       (exwm-layout--auto-iconify) | ||||
|       (xcb:flush exwm--connection)))) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue