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

(-)wxGTK-2.2.9.old/src/gtk/joystick.cpp (-1 / +1 lines)
Lines 347-353 Link Here
347
// Operations
347
// Operations
348
////////////////////////////////////////////////////////////////////////////
348
////////////////////////////////////////////////////////////////////////////
349
349
350
bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq = 0)
350
bool wxJoystick::SetCapture(wxWindow* win, int pollingFreq)
351
{
351
{
352
  m_catchwin = win;
352
  m_catchwin = win;
353
  m_polling = pollingFreq;
353
  m_polling = pollingFreq;

Return to bug 5617