http://bugs.winehq.org/show_bug.cgi?id=7681
Summary: Bug or Wrong Comment? X11DRV_XRender_UpdateDrawable is called from X11DRV_ExtEscape. Product: Wine Version: 0.9.1. Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: tammy000@gmail.com
The comment says X11DRV_XRender_UpdateDrawable is called from X11DRV_SetDrawable and X11DRV_SelectBitmap, but it is called from X11DRV_ExtEscape too.
/* This gets called from X11DRV_SetDrawable and X11DRV_SelectBitmap. * It deletes the pict when the drawable changes. */ void X11DRV_XRender_UpdateDrawable(X11DRV_PDEVICE *physDev)
Bug or wrong comment?