wxX11:
Made timer compile and maybe work. Fixed display bug in wxListCtrl. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -933,7 +933,6 @@ void wxWindowX11::X11SendPaintEvents()
|
||||
|
||||
if (!GetEventHandler()->ProcessEvent(erase_event))
|
||||
{
|
||||
printf( "Hallo!\n" );
|
||||
Window xwindow = (Window) GetMainWindow();
|
||||
Display *xdisplay = wxGlobalDisplay();
|
||||
GC xgc = XCreateGC( xdisplay, xwindow, 0, NULL );
|
||||
@@ -946,6 +945,7 @@ void wxWindowX11::X11SendPaintEvents()
|
||||
upd.GetX(), upd.GetY(), upd.GetWidth(), upd.GetHeight() );
|
||||
upd ++;
|
||||
}
|
||||
XFreeGC( xdisplay, xgc );
|
||||
}
|
||||
m_clearRegion.Clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user