fix after struct member renaminge (pXRenderFormat)
the right one, this time.... sorry.
This commit is contained in:
parent
6361b7d4f6
commit
e7df509dd9
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ namespace cairo
|
|||
nScreen(pSysDat.nScreen),
|
||||
nDepth(pSysDat.nDepth),
|
||||
aColormap(pSysDat.aColormap),
|
||||
pXRenderFormat(pSysDat.pRenderFormat)
|
||||
pRenderFormat(pSysDat.pXRenderFormat)
|
||||
{}
|
||||
|
||||
X11SysData::X11SysData( const SystemEnvData& pSysDat ) :
|
||||
|
|
Loading…
Reference in a new issue