eek-renderer: Add log domain
This allows to only log renderer messages similar to what other projects to. `G_MESSAGES_DEBUG=all` is unaffected.
This commit is contained in:
		@ -18,6 +18,8 @@
 | 
				
			|||||||
 * 02110-1301 USA
 | 
					 * 02110-1301 USA
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define G_LOG_DOMAIN "squeekboard-eek-renderer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <math.h>
 | 
					#include <math.h>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
#include <gdk-pixbuf/gdk-pixbuf.h>
 | 
					#include <gdk-pixbuf/gdk-pixbuf.h>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user