cef_render_handler_t.get_screen_info

Called to allow the client to fill in the CefScreenInfo object with appropriate values. Return true (1) if the |screen_info| structure has been modified.

If the screen info rectangle is left NULL the rectangle from GetViewRect will be used. If the rectangle is still NULL or invalid popups may not be drawn correctly.

struct cef_render_handler_t
extern (System)
int function(cef_render_handler_t* self, cef_browser_t* browser, cef_screen_info_t* screen_info) nothrow get_screen_info;

Meta