diff libinterp/corefcn/module.mk @ 31663:a74935a6cc75

move gh_manager class out of graphics.in.h and graphics.cc to separate files * gh-manager.h, gh-manager.cc: New files. Move gh_manager class here from graphics.in.h and graphics.cc. * gl-render.cc, gl2ps-print.cc, interpreter.h, graphics.cc, graphics-utils.cc, graphics-toolkit.cc: Include gh-manager.h. * graphics.in.h, graphics.cc (make_graphics_object_from_type): Declare extern. * libinterp/corefcn/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Sat, 10 Dec 2022 00:30:20 -0500
parents a36035adefeb
children 7782d1ead0a0
line wrap: on
line diff
--- a/libinterp/corefcn/module.mk	Sat Dec 10 00:11:20 2022 -0500
+++ b/libinterp/corefcn/module.mk	Sat Dec 10 00:30:20 2022 -0500
@@ -38,6 +38,7 @@
   %reldir%/fcn-info.h \
   %reldir%/file-io.h \
   %reldir%/ft-text-renderer.h \
+  %reldir%/gh-manager.h \
   %reldir%/gl-render.h \
   %reldir%/gl2ps-print.h \
   %reldir%/graphics-handle.h \
@@ -177,6 +178,7 @@
   %reldir%/getgrent.cc \
   %reldir%/getpwent.cc \
   %reldir%/getrusage.cc \
+  %reldir%/gh-manager.cc \
   %reldir%/givens.cc \
   %reldir%/gl-render.cc \
   %reldir%/gl2ps-print.cc \