Cosmetic fix.

This commit is contained in:
Daiki Ueno
2010-06-22 17:29:55 +09:00
parent 89cc9ffa46
commit 4623d78e0d
4 changed files with 13 additions and 7 deletions

View File

@ -90,7 +90,7 @@ egf_key_callback (EekElement *element,
gdouble font_size;
guint keysym;
EekBounds bounds;
const gchar *label;
gchar *label;
keysym = eek_key_get_keysym (key);
if (keysym == EEK_INVALID_KEYSYM ||
@ -217,7 +217,7 @@ eek_draw_key_label (cairo_t *cr,
{
guint keysym;
EekKeysymCategory category;
const gchar *label;
gchar *label;
PangoLayout *layout;
PangoRectangle logical_rect = { 0, };
EekBounds bounds;