comparison libgui/graphics/gl-select.cc @ 21196:bd96c2efd4fe

move include statements for OpenGL headers to a single file * oct-opengl.h: New file. * libinterp/corefcn/module.mk: Update. * Canvas.cc, gl-select.cc, gl-select.h, gl-render.cc, gl-render.h, gl2ps-renderer.cc, __init_fltk__.cc, __osmesa_print__.cc: Update include statements.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 16:56:02 -0500
parents 7395fdd45d5f
children 710e700cdd7f
comparison
equal deleted inserted replaced
21195:53ac24e210e4 21196:bd96c2efd4fe
22 22
23 #ifdef HAVE_CONFIG_H 23 #ifdef HAVE_CONFIG_H
24 #include <config.h> 24 #include <config.h>
25 #endif 25 #endif
26 26
27 #include <iostream>
28
27 #include "gl-select.h" 29 #include "gl-select.h"
28
29 #include <iostream>
30 30
31 void 31 void
32 opengl_selector::apply_pick_matrix (void) 32 opengl_selector::apply_pick_matrix (void)
33 { 33 {
34 GLdouble p_matrix[16]; 34 GLdouble p_matrix[16];