diff options
author | jcid <devnull@localhost> | 2007-10-20 00:09:51 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-10-20 00:09:51 +0200 |
commit | 9ef21280a66c7d77761fd1e4e5deab02314e7e61 (patch) | |
tree | 06af21f1ecd964bf57510773bff5e064cab88871 /src/uicmd.hh | |
parent | ccb2b7179eccf5b0e96475e277e716a46977e7f3 (diff) |
Fixed the problem of scrolling position (remember position in a page)
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index 4216dfb3..125e87a3 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -44,6 +44,7 @@ void a_UIcmd_set_save_dir(const char *dir); // UI binding functions ------------------------------------------------------- void a_UIcmd_get_wh(BrowserWindow *bw, int *w, int *h); +void a_UIcmd_get_scroll_xy(BrowserWindow *bw, int *x, int *y); char *a_UIcmd_get_location_text(BrowserWindow *bw); void a_UIcmd_set_location_text(void *vbw, const char *text); void a_UIcmd_set_page_prog(BrowserWindow *bw, size_t nbytes, int cmd); |