2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include <proto/intuition.h>
9 #include "gadtools_intern.h"
11 /*********************************************************************
14 #include <proto/gadtools.h>
16 AROS_LH2(void, GT_EndRefresh
,
19 AROS_LHA(struct Window
*, win
, A0
),
20 AROS_LHA(BOOL
, complete
, D0
),
23 struct Library
*, GadToolsBase
, 16, GadTools
)
26 GT_EndRefresh() must be called, when a refresh initiated with
27 GT_BeginRefresh() is done.
30 win - the refreshed window
31 complete - TRUE, if refreshing is finished
42 GT_BeginRefresh(), intuition.library/EndRefresh()
48 ***************************************************************************/
52 EndRefresh(win
, complete
);