diff options
author | corvid <corvid@lavabit.com> | 2009-01-31 16:25:31 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-01-31 16:25:31 -0300 |
commit | b98d8d88f966f6e6c8fe5c6db53cb47dbb28916b (patch) | |
tree | 8d286752aee18c5269a2d7c808e2502c9e2775aa /src/prefs.c | |
parent | 368bc127db92370b66ba0282c12b35a145c07dc7 (diff) |
Cosmetic reorder of a few enum items.
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/prefs.c b/src/prefs.c index 6f6ecd18..2c5d483e 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -60,18 +60,18 @@ DilloPrefs prefs; /* define enumeration values to be returned for specific symbols */ typedef enum { - DRC_TOKEN_MIDDLE_CLICK_DRAGS_PAGE, DRC_TOKEN_ALLOW_WHITE_BG, DRC_TOKEN_BG_COLOR, + DRC_TOKEN_BUFFERED_DRAWING, DRC_TOKEN_CONTRAST_VISITED_COLOR, DRC_TOKEN_ENTERPRESS_FORCES_SUBMIT, DRC_TOKEN_FOCUS_NEW_TAB, - DRC_TOKEN_FONT_FACTOR, - DRC_TOKEN_FONT_SERIF, - DRC_TOKEN_FONT_SANS_SERIF, DRC_TOKEN_FONT_CURSIVE, + DRC_TOKEN_FONT_FACTOR, DRC_TOKEN_FONT_FANTASY, DRC_TOKEN_FONT_MONOSPACE, + DRC_TOKEN_FONT_SANS_SERIF, + DRC_TOKEN_FONT_SERIF, DRC_TOKEN_FORCE_MY_COLORS, DRC_TOKEN_FULLWINDOW_START, DRC_TOKEN_FW_FONT, @@ -82,7 +82,7 @@ typedef enum { DRC_TOKEN_LINK_COLOR, DRC_TOKEN_LOAD_IMAGES, DRC_TOKEN_LOAD_STYLESHEETS, - DRC_TOKEN_BUFFERED_DRAWING, + DRC_TOKEN_MIDDLE_CLICK_DRAGS_PAGE, DRC_TOKEN_MIDDLE_CLICK_OPENS_NEW_TAB, DRC_TOKEN_NOPROXY, DRC_TOKEN_PANEL_SIZE, @@ -96,9 +96,9 @@ typedef enum { DRC_TOKEN_SHOW_BOOKMARKS, DRC_TOKEN_SHOW_CLEAR_URL, DRC_TOKEN_SHOW_EXTRA_WARNINGS, + DRC_TOKEN_SHOW_FILEMENU, DRC_TOKEN_SHOW_FORW, DRC_TOKEN_SHOW_HOME, - DRC_TOKEN_SHOW_FILEMENU, DRC_TOKEN_SHOW_MSG, DRC_TOKEN_SHOW_PROGRESS_BOX, DRC_TOKEN_SHOW_RELOAD, |