removed another unused function
This commit is contained in:
		
							parent
							
								
									ced9186cf1
								
							
						
					
					
						commit
						138476486e
					
				
							
								
								
									
										15
									
								
								x.c
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								x.c
									
									
									
									
									
								
							| @ -245,21 +245,6 @@ static void x_win_move(int width, int height) | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| void eprintf(const char *fmt, ...) | ||||
| { | ||||
|         va_list ap; | ||||
| 
 | ||||
|         va_start(ap, fmt); | ||||
|         vfprintf(stderr, fmt, ap); | ||||
|         va_end(ap); | ||||
| 
 | ||||
|         if (fmt[0] != '\0' && fmt[strlen(fmt) - 1] == ':') { | ||||
|                 fputc(' ', stderr); | ||||
|                 perror(NULL); | ||||
|         } | ||||
|         exit(EXIT_FAILURE); | ||||
| } | ||||
| 
 | ||||
| void setopacity(Window win, unsigned long opacity) | ||||
| { | ||||
|         Atom _NET_WM_WINDOW_OPACITY = | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sascha Kruse
						Sascha Kruse