repo.or.cz
/
gdipp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use Slim Reader/Writer lock to replace CRITICAL_SECTION (better performance).
[gdipp.git]
/
gdipp_server
/
wic_renderer.h
blob
7ab73216a98b72f1e4a3d86d97a1c98b07772662
1
#pragma once
2
3
#include
"gdipp_server/renderer.h"
4
5
// WIC painter renders glyphs itself
6
// this renderer is simply a stub
7
8
class
wic_renderer
:
public
renderer
9
{
10
public
:
11
bool
begin
(
const
dc_context
*
context
);
12
};