Files
textmate/Frameworks/layout/src/render.h
Allan Odgaard b6ed16251e Use wrapper for CGContextRef
This allows us to add a few other things like the “misspelled word” image.
2012-09-04 23:53:37 +02:00

14 lines
269 B
C++

#ifndef RENDER_H_V8XB081V
#define RENDER_H_V8XB081V
#include <oak/debug.h>
#include <theme/theme.h>
namespace render
{
void fill_rect (CGContextRef context, CGColorRef color, CGRect const& rect);
} /* render */
#endif /* end of include guard: RENDER_H_V8XB081V */