Skip to content

Commit

Permalink
Force focus to geeqie after leaving fullscreen
Browse files Browse the repository at this point in the history
On some multi-monitor setups / window manager
combinations, the geeqie main window does not
claim focus back after leaving fullscreen mode.

This fixes #418
  • Loading branch information
waptaff committed Jul 15, 2016
1 parent 3e8045c commit eb8db3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fullscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ void fullscreen_stop(FullScreenData *fs)

gtk_widget_destroy(fs->window);

gtk_window_present(fs->normal_window);

g_free(fs);
}

Expand Down

0 comments on commit eb8db3e

Please sign in to comment.