mirror of
				https://github.com/leahneukirchen/cwm.git
				synced 2023-08-10 21:13:12 +03:00 
			
		
		
		
	Remove duplicate mouse functions and instead use the kbfunc ones. No
user visable changes at this point, but they'll merge at an appropriate time.
This commit is contained in:
		
							
								
								
									
										25
									
								
								mousefunc.c
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								mousefunc.c
									
									
									
									
									
								
							@@ -178,31 +178,6 @@ mousefunc_client_grouptoggle(struct client_ctx *cc, union arg *arg)
 | 
			
		||||
	group_sticky_toggle_enter(cc);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
mousefunc_client_lower(struct client_ctx *cc, union arg *arg)
 | 
			
		||||
{
 | 
			
		||||
	client_ptrsave(cc);
 | 
			
		||||
	client_lower(cc);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
mousefunc_client_raise(struct client_ctx *cc, union arg *arg)
 | 
			
		||||
{
 | 
			
		||||
	client_raise(cc);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
mousefunc_client_hide(struct client_ctx *cc, union arg *arg)
 | 
			
		||||
{
 | 
			
		||||
	client_hide(cc);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
mousefunc_client_cyclegroup(struct client_ctx *cc, union arg *arg)
 | 
			
		||||
{
 | 
			
		||||
	group_cycle(cc->sc, arg->i);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
mousefunc_menu_group(struct client_ctx *cc, union arg *arg)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user