X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=stylesheets.hpp;fp=stylesheets.hpp;h=0000000000000000000000000000000000000000;hb=0acb5f1329d294faf42e247f8c2daf68d82150f6;hp=aa9d942d638351267d0930934e44a415a4a69fda;hpb=1b6026c7baa122b99011f760857b80b7f253dfbb;p=videolink.git diff --git a/stylesheets.hpp b/stylesheets.hpp deleted file mode 100644 index aa9d942..0000000 --- a/stylesheets.hpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2005 Ben Hutchings . -// See the file "COPYING" for licence details. - -#ifndef INC_STYLESHEETS_HPP -#define INC_STYLESHEETS_HPP - -#include -#include - -class nsIPresShell; - -// Load a CSS from an (absolute) URI. -// TODO: Support loading from an absolute, or better, relative filename. -already_AddRefed load_css(const char * uri); - -// Apply a style-sheet to a given presentation shell as the top-priority -// agent style-sheet and disable the preferences-derived style rules. -void apply_style_sheet(nsIStyleSheet *, nsIPresShell *); - -#endif // !INC_STYLESHEETS_HPP