From 552aab42e16689c24ac566913b02c7613bfc090b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 2 Aug 2019 12:25:35 +0100 Subject: remove scaled parameter from get_dimensions --- include/netsurf/window.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/netsurf/window.h b/include/netsurf/window.h index 8fc7c7be0..9f5371e97 100644 --- a/include/netsurf/window.h +++ b/include/netsurf/window.h @@ -175,11 +175,10 @@ struct gui_window_table { * \param gw The gui window to measure content area of. * \param width receives width of window * \param height receives height of window - * \param scaled whether to return scaled values * \return NSERROR_OK on success and width and height updated * else error code. */ - nserror (*get_dimensions)(struct gui_window *gw, int *width, int *height, bool scaled); + nserror (*get_dimensions)(struct gui_window *gw, int *width, int *height); /** -- cgit v1.2.3