Fix a compilation warning in pgtkterm.c

* src/pgtkterm.c (set_fullscreen_state): Fix a compilation warning
(bug#52260).

Copyright-paperwork-exempt: yes
This commit is contained in:
Koen van Greevenbroek 2021-12-03 18:12:07 +01:00 committed by Lars Ingebrigtsen
parent 57a9bf8d41
commit f638541785

View file

@ -4277,6 +4277,7 @@ set_fullscreen_state (struct frame *f)
case FULLSCREEN_WIDTH:
case FULLSCREEN_HEIGHT:
/* Not supported by gtk. Ignore them. */
break;
}
f->want_fullscreen = FULLSCREEN_NONE;