Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 863494 | Differences between
and this patch

Collapse All | Expand All

(-)a/etg/filesys.py (+1 lines)
Lines 40-45 def run(): Link Here
40
    c = module.find('wxFileSystem')
40
    c = module.find('wxFileSystem')
41
    assert isinstance(c, etgtools.ClassDef)
41
    assert isinstance(c, etgtools.ClassDef)
42
    c.addPrivateCopyCtor()
42
    c.addPrivateCopyCtor()
43
    c.addPrivateAssignOp()
43
    c.find('AddHandler.handler').transfer = True
44
    c.find('AddHandler.handler').transfer = True
44
    c.find('RemoveHandler').transferBack = True
45
    c.find('RemoveHandler').transferBack = True
45
46
(-)a/etg/renderer.py (+6 lines)
Lines 66-71 def _addDrawTitleBarBitmap(c, isPureVirtual, doc): Link Here
66
            #endif
66
            #endif
67
        """)
67
        """)
68
68
69
    c = module.find('wxSplitterRenderParams')
70
    c.addPrivateAssignOp()
71
72
    c = module.find('wxRendererVersion')
73
    c.addPrivateAssignOp()
74
69
    #-----------------------------------------------------------------
75
    #-----------------------------------------------------------------
70
    tools.doCommonTweaks(module)
76
    tools.doCommonTweaks(module)
71
    tools.runGenerators(module)
77
    tools.runGenerators(module)

Return to bug 863494