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:
Guido Günther
2021-11-22 10:23:43 +01:00
parent 5d6a9556ae
commit 8cfce093e7

View File

@ -18,6 +18,8 @@
* 02110-1301 USA
*/
#define G_LOG_DOMAIN "squeekboard-eek-renderer"
#include <math.h>
#include <string.h>
#include <gdk-pixbuf/gdk-pixbuf.h>