Codebase list dillo / debian/0.8.6-3 src / dillo.h
debian/0.8.6-3

Tree @debian/0.8.6-3 (Download .tar.gz)

dillo.h @debian/0.8.6-3raw · 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__ */