Fix input issues in fullscreen mode (Closes: #33)

Thanks to sagesag for the patch.
This commit is contained in:
Sebastian Ramacher 2011-07-01 14:37:33 +02:00
parent 471c011f8d
commit 659df484ea

View file

@ -2581,6 +2581,7 @@ sc_toggle_fullscreen(Argument* argument)
Zathura.Global.mode = NORMAL;
fs = TRUE;
}
isc_abort(NULL);
}
void