Searched refs:oldForegroundPixel (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp801 WXPixel oldForegroundPixel = -1; local
815 oldForegroundPixel = m_currentColour.GetPixel();
1004 if (oldForegroundPixel > -1)
1006 XSetForeground ((Display*) m_display, (GC) m_gc, oldForegroundPixel);
1009 oldForegroundPixel);
1165 WXPixel oldForegroundPixel = -1; local
1176 oldForegroundPixel = m_currentColour.GetPixel();
1277 if (oldForegroundPixel > -1)
1279 XSetForeground ((Display*) m_display, (GC) m_gc, oldForegroundPixel);
1282 oldForegroundPixel);
[all...]

Completed in 91 milliseconds