From fbea5019fb1a778c89ab60ae98272fcdca528f50 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 6 Dec 2008 14:59:52 +0000 Subject: Replaced all occurrences of the deprecated fl_clip() function by fl_push_clip(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6551 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/forms.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/forms.H') diff --git a/FL/forms.H b/FL/forms.H index 8f6cec10f..c70959dbd 100644 --- a/FL/forms.H +++ b/FL/forms.H @@ -376,7 +376,7 @@ inline void fl_set_font_name(Fl_Font n,const char* s) {Fl::set_font(n,s);} inline void fl_mapcolor(Fl_Color c, uchar r, uchar g, uchar b) {Fl::set_color(c,r,g,b);} -#define fl_set_clipping(x,y,w,h) fl_clip(x,y,w,h) +#define fl_set_clipping(x,y,w,h) fl_push_clip(x,y,w,h) #define fl_unset_clipping() fl_pop_clip() //////////////////////////////////////////////////////////////// -- cgit v1.2.3