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:
parent
57a9bf8d41
commit
f638541785
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue