Removing the debug print from the last commit.
This commit is contained in:
		
							parent
							
								
									29c2ab207a
								
							
						
					
					
						commit
						b4ca032b8c
					
				
							
								
								
									
										1
									
								
								surf.c
								
								
								
								
							
							
						
						
									
										1
									
								
								surf.c
								
								
								
								
							| 
						 | 
				
			
			@ -300,7 +300,6 @@ buttonrelease(WebKitWebView *web, GdkEventButton *e, Client *c) {
 | 
			
		|||
 | 
			
		||||
	g_object_get(result, "context", &context, NULL);
 | 
			
		||||
	g_object_get(result, "link-uri", &arg.v, NULL);
 | 
			
		||||
	printf("%d %d\n", context, e->button);
 | 
			
		||||
	for(i = 0; i < LENGTH(buttons); i++) {
 | 
			
		||||
		if(context & buttons[i].click && e->button == buttons[i].button &&
 | 
			
		||||
		CLEANMASK(e->state) == CLEANMASK(buttons[i].mask) && buttons[i].func) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue