/* * This file is part of LibNSLayout * Licensed under the ISC License, http://opensource.org/licenses/ISC * Copyright 2015 Michael Drake */ #ifndef nslayout_layout_h_ #define nslayout_layout_h_ #include struct nslayout_layout { dom_document *doc; css_select_ctx *css_ctx; css_media_type *media; nslayout_callback cb; void *pw; }; #endif