mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Less ambiguous flag documentation comment.
This commit is contained in:
parent
69d653f4dc
commit
541523f962
@ -64,9 +64,7 @@ extern bool browser_reformat_pending;
|
||||
/** flags to browser window go */
|
||||
enum browser_window_nav_flags {
|
||||
BROWSER_WINDOW_NONE = 0,
|
||||
/** The page is added to the window history, this should
|
||||
* be used when returning to a page in the window history.
|
||||
*/
|
||||
/** this will form a new history node (don't set for back/reload/etc) */
|
||||
BROWSER_WINDOW_HISTORY = 1,
|
||||
/** download rather than render the uri */
|
||||
BROWSER_WINDOW_DOWNLOAD = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user