Mercurial > dillo_port1.3
view src/bookmark.h @ 351:6fdc59173d00
- reverted all of the style->backgroundColor to current_bg_color
- Fixed table_cell_style's backgroundColor when TR specifies one.
author | jcid |
---|---|
date | Fri, 26 Sep 2008 16:37:38 +0200 |
parents | 4a5942beffdf |
children | 2242da885677 |
line wrap: on
line source
#ifndef __BOOKMARK_H__ #define __BOOKMARK_H__ #include "bw.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void a_Bookmarks_add(BrowserWindow *bw, const DilloUrl *url); /* todo: this is for testing purposes */ void a_Bookmarks_chat_add(BrowserWindow *Bw, char *Cmd, char *answer); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __BOOKMARK_H__ */