Kaydet (Commit) e7df509d authored tarafından Pierre-André Jacquod's avatar Pierre-André Jacquod Kaydeden (comit) Michael Meeks

fix after struct member renaminge (pXRenderFormat)

the right one, this time.... sorry.
üst 6361b7d4
......@@ -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 ) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment