Lines Matching defs:DestroyWindow
66 DestroyWindowProcPtr DestroyWindow ;
118 screen_priv->DestroyWindow = a_screen->DestroyWindow ;
124 a_screen->DestroyWindow = ephyrDRIDestroyWindow ;
173 && screen_priv->DestroyWindow,
176 screen->DestroyWindow = screen_priv->DestroyWindow ;
177 if (screen->DestroyWindow) {
178 is_ok = (*screen->DestroyWindow) (a_win) ;
180 screen->DestroyWindow = ephyrDRIDestroyWindow ;