diff options
author | jcid <devnull@localhost> | 2008-10-09 15:26:45 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-09 15:26:45 +0200 |
commit | 4fea52451363423ccb2ddb74f374f265f38b1755 (patch) | |
tree | 6bf82be1582627de70043325db6b84e8daca9da9 /src/prefs.h | |
parent | 7ed06b326e8dbffd2af13ea3061576046ac1f2d4 (diff) |
- Added the double-buffer as preference patch.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 46096aff..275aec48 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -52,6 +52,7 @@ struct _DilloPrefs { bool_t show_progress_box; bool_t fullwindow_start; bool_t load_images; + int32_t buffered_drawing; char *vw_fontname; char *fw_fontname; bool_t generate_submit; |