Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294787
Collapse All | Expand All

(-)koffice-2.1.0.orig/krita/ui/kis_3d_object_model.h (+4 lines)
Lines 56-62 Link Here
56
    void parseMaterial(const QString &fileName);
56
    void parseMaterial(const QString &fileName);
57
57
58
58
59
#ifdef HAVE_OPENGL
59
    GLuint displayList();
60
    GLuint displayList();
61
#endif
60
62
61
private:
63
private:
62
    QString m_fileName;
64
    QString m_fileName;
Lines 71-77 Link Here
71
    void debug(Material m);
73
    void debug(Material m);
72
74
73
    bool m_cached;
75
    bool m_cached;
76
#ifdef HAVE_OPENGL
74
    GLuint m_displayList;
77
    GLuint m_displayList;
78
#endif
75
};
79
};
76
80
77
#endif // KIS_3D_OBJECT_MODEL_H
81
#endif // KIS_3D_OBJECT_MODEL_H

Return to bug 294787