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

Collapse All | Expand All

(-)boinc/clientgui/BOINCGUIApp.h.orig (-1 / +1 lines)
Lines 158-164 Link Here
158
    CBrandingScheme*    GetBrand()                  { return m_pBranding; }
158
    CBrandingScheme*    GetBrand()                  { return m_pBranding; }
159
    CBOINCBaseFrame*    GetFrame()                  { return m_pFrame; }
159
    CBOINCBaseFrame*    GetFrame()                  { return m_pFrame; }
160
    CMainDocument*      GetDocument()               { return m_pDocument; }
160
    CMainDocument*      GetDocument()               { return m_pDocument; }
161
#if defined(__WXMSW__) || defined(__WXMAC__)
161
#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXGTK__)
162
    CTaskBarIcon*       GetTaskBarIcon()            { return m_pTaskBarIcon; }
162
    CTaskBarIcon*       GetTaskBarIcon()            { return m_pTaskBarIcon; }
163
#endif
163
#endif
164
#ifdef __WXMAC__
164
#ifdef __WXMAC__

Return to bug 136862