Fix compile error when PGTK_DEBUG is enabled
* src/pgtkterm.c (pgtk_set_window_size): Remove "pixelwise" arg, which is already non-existent.
This commit is contained in:
parent
82b4ea2fe8
commit
1f82c85bff
1 changed files with 1 additions and 2 deletions
|
@ -465,8 +465,7 @@ pgtk_set_window_size (struct frame *f, bool change_gravity,
|
|||
internal clipping.
|
||||
-------------------------------------------------------------------------- */
|
||||
{
|
||||
PGTK_TRACE ("pgtk_set_window_size(%dx%d, %s)", width, height,
|
||||
pixelwise ? "pixel" : "char");
|
||||
PGTK_TRACE ("pgtk_set_window_size(%dx%d)", width, height);
|
||||
int pixelwidth, pixelheight;
|
||||
|
||||
block_input ();
|
||||
|
|
Loading…
Add table
Reference in a new issue