Mercurial > hg > octave-nkf
comparison libinterp/corefcn/gl2ps-renderer.h @ 19836:61cc00ebac60
move opengl printing code from __init_fltk__.cc to gl2ps-renderer.cc
* gl2ps-renderer.h, gl2ps-renderer.cc (gl2ps_print): New function.
* __init_fltk__.cc (OpenGL_fltk::print): Use it.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 29 Jan 2015 17:07:09 -0500 |
parents | ebb3ef964372 |
children | 16f21db320b5 |
comparison
equal
deleted
inserted
replaced
19833:3da4b083e0b8 | 19836:61cc00ebac60 |
---|---|
84 std::string fontname; | 84 std::string fontname; |
85 }; | 85 }; |
86 | 86 |
87 #endif // HAVE_GL2PS_H | 87 #endif // HAVE_GL2PS_H |
88 | 88 |
89 extern OCTINTERP_API void | |
90 gl2ps_print (const graphics_object& fig, const std::string& cmd, | |
91 const std::string& term); | |
92 | |
89 #endif | 93 #endif |