// Author: Robert Roebling
// Modified by:
// Created: 17/08/98
-// RCS-ID: $Id$
// Copyright: (c) Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
GtkAllocation * WXUNUSED(alloc),
wxGLCanvas *win)
{
- if (!win->m_hasVMT)
- return;
-
wxSizeEvent event( wxSize(win->m_width,win->m_height), win->GetId() );
event.SetEventObject( win );
win->HandleWindowEvent( event );