From 130780bf01d99c601541e178d9d603a51861829f Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 3 Apr 2018 14:18:07 +0800 Subject: [PATCH] enable scrollview by default --- configure.ac | 2 +- include/gdi.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 85694c61..5f61e2c7 100644 --- a/configure.ac +++ b/configure.ac @@ -236,7 +236,7 @@ build_ctrl_trackbar="yes" build_ctrl_scrollbar="yes" build_ctrl_newtoolbar="yes" build_ctrl_menubutton="yes" -build_ctrl_scrollview="no" +build_ctrl_scrollview="yes" build_ctrl_textedit="no" build_ctrl_monthcal="no" build_ctrl_treeview="no" diff --git a/include/gdi.h b/include/gdi.h index d4d18cd8..604c1c6d 100644 --- a/include/gdi.h +++ b/include/gdi.h @@ -4606,9 +4606,6 @@ MG_EXPORT int GUIAPI GetClipRegion (HDC hdc, CLIPRGN* cliprgn); * \note If BITMAP's bmPitch is zero or bmBits is NULL, it will be malloc bmBits * internal, you need init the BITMAP surely(such as \a InitBitmap) or * memset(bmp, 0, sizeof(BITMAP)). - * \code - * void GUIAPI SaveScreenBox (int x, int y, int w, int h, void* vbuf) - * \endcode * * \sa FillBoxWithBitmap, bmp_struct */