зеркало из https://github.com/mozilla/gecko-dev.git
Quiet down the debug noise a tiny bit.
This commit is contained in:
Родитель
7cc7de29e8
Коммит
4459a217ab
|
@ -588,8 +588,10 @@ gtk_moz_embed_size_allocate(GtkWidget *widget, GtkAllocation *allocation)
|
||||||
|
|
||||||
widget->allocation = *allocation;
|
widget->allocation = *allocation;
|
||||||
|
|
||||||
|
#ifdef DEBUG_blizzard
|
||||||
g_print("gtk_moz_embed_size allocate for %p to %d %d %d %d\n", widget,
|
g_print("gtk_moz_embed_size allocate for %p to %d %d %d %d\n", widget,
|
||||||
allocation->x, allocation->y, allocation->width, allocation->height);
|
allocation->x, allocation->y, allocation->width, allocation->height);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (GTK_WIDGET_REALIZED(widget))
|
if (GTK_WIDGET_REALIZED(widget))
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче