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 --- src/Fl_Input_.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Input_.cxx') diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 62495e15a..b65223df1 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -247,7 +247,7 @@ void Fl_Input_::drawtext(int X, int Y, int W, int H) { yscroll_ = -(H-height)/2; } - fl_clip(X, Y, W, H); + fl_push_clip(X, Y, W, H); Fl_Color tc = active_r() ? textcolor() : fl_inactive(textcolor()); p = value(); -- cgit v1.2.3