diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-06 14:59:52 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-06 14:59:52 +0000 |
| commit | fbea5019fb1a778c89ab60ae98272fcdca528f50 (patch) | |
| tree | 17668fa0f0fafad59c3f9ea79cdb27fcec86d268 /src/Fl_Input_.cxx | |
| parent | e907ce4a11e1258760eea39f4c81cce1d197d9fc (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 'src/Fl_Input_.cxx')
| -rw-r--r-- | src/Fl_Input_.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
