Codebase list dillo / 4c2b77c src / dillo.h
4c2b77c

Tree @4c2b77c (Download .tar.gz)

dillo.h @4c2b77craw · history · blame

1
2
3
4
5
6
7
8
9
#ifndef __DILLO_H__
#define __DILLO_H__

#include "browser.h"
#include "web.h"

extern gboolean dillo_dbg_rendering;

#endif /* __DILLO_H__ */