diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c @@ -187,7 +187,9 @@ data[5] += (hints->width_inc - (data[5] % hints->width_inc)); if (data[6] % hints->height_inc) data[6] += (hints->height_inc - (data[6] % hints->height_inc)); - } + fprintf (stderr, "XSetWMSizeHints: %l %l width_inc: %l height_inc: %l\n", /* new code for testing */ + data[5], data[6], hints->width_inc, hints->height_inc) /* new code for testing */ + } } XChangeProperty (d, w, prop, XA_WM_SIZE_HINTS, 32, PropModeReplace,