summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-06 14:59:52 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-06 14:59:52 +0000
commitfbea5019fb1a778c89ab60ae98272fcdca528f50 (patch)
tree17668fa0f0fafad59c3f9ea79cdb27fcec86d268 /FL
parente907ce4a11e1258760eea39f4c81cce1d197d9fc (diff)
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
Diffstat (limited to 'FL')
-rw-r--r--FL/forms.H2
1 files changed, 1 insertions, 1 deletions
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()
////////////////////////////////////////////////////////////////