1234567891011121314151617181920212223242526272829303132333435 |
- #include "sys-defines.h"
- #include "extern.h"
- bool
- _pl_f_begin_page (S___(Plotter *_plotter))
- {
-
-
- _plotter->fig_drawing_depth = FIG_INITIAL_DEPTH;
- _plotter->fig_num_usercolors = 0;
- return true;
- }
|