diff options
| author | Manolo Gouy <Manolo> | 2017-04-07 16:42:23 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-04-07 16:42:23 +0000 |
| commit | 1c0b4d9b605adc691204ce870944072a8de93471 (patch) | |
| tree | 3f33a4423de8a871d8d0cc9c727aad1ff37bbfdb /src | |
| parent | 04339b8d05ce98eb0c9e812030032c6911e28d65 (diff) | |
Fixed typo in warning message.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12215 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx index 464420086..71395afdf 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx @@ -332,7 +332,7 @@ int Fl_Xlib_Graphics_Driver::not_clipped(int x, int y, int w, int h) { // make there be no clip (used by fl_begin_offscreen() only!) void Fl_Xlib_Graphics_Driver::push_no_clip() { if (rstackptr < region_stack_max) rstack[++rstackptr] = 0; - else Fl::warning("fl_push_no_cFl_Xlib_Graphics_Driver::push_no_cliplip: clip stack overflow!\n"); + else Fl::warning("Fl_Xlib_Graphics_Driver::push_no_clip: clip stack overflow!\n"); restore_clip(); } |
