You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tarnyko edited this page Sep 19, 2013
·
16 revisions
Functions to modify
src/gtk/glcanvas.cpp :
line 273 : wxGLCanvas::GetXWindow() : return a (X) Window from a GdkWindow returned GTKGetDrawingWindow()
NOTE : even if we don't call it explicitly, it's used during every client program compilation -commenting it or putting between X11 #ifdefs makes undefined references - -see why