Mercurial > dillo_port1.3
view dpid/misc_new.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 | f1eca1aba94a |
children | a09dbf132be6 |
line wrap: on
line source
#ifndef MISC_NEW_H #define MISC_NEW_H #include "../dlib/dlib.h" int a_Misc_close_fd(int fd); Dstr *a_Misc_rdtag(int socket); char *a_Misc_readtag(int sock); char *a_Misc_mkdtemp(char *template); char *a_Misc_mkfname(char *template); #endif