Remove debug output
This commit is contained in:
		
							parent
							
								
									45b3f52d0f
								
							
						
					
					
						commit
						804ebe0ec3
					
				
							
								
								
									
										1
									
								
								draw.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								draw.c
									
									
									
									
									
								
							| @ -45,7 +45,6 @@ drawtextn(DC *dc, const char *text, size_t n, ColorSet *col) { | ||||
| 	if(dc->font.xft_font) { | ||||
| 		if (!dc->xftdraw) | ||||
| 			eprintf("error, xft drawable does not exist"); | ||||
|         printf("XftDrawStringUtf8\n"); | ||||
| 		XftDrawStringUtf8(dc->xftdraw, &col->FG_xft, | ||||
| 			dc->font.xft_font, x, y, (unsigned char*)text, n); | ||||
| 	} else if(dc->font.set) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sascha Kruse
						Sascha Kruse