/usr/include/libvisual-0.4/libvisual/libvisual.h is in libvisual-0.4-dev 0.4.0-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | /* Libvisual - The audio visualisation framework.
*
* Copyright (C) 2004, 2005, 2006 Dennis Smit <ds@nerds-incorporated.org>
*
* Authors: Dennis Smit <ds@nerds-incorporated.org>
*
* $Id: libvisual.h,v 1.23 2006/01/22 13:23:36 synap Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef LV_LIBVISUAL_H
#define LV_LIBVISUAL_H
#include <libvisual/lvconfig.h>
#include <libvisual/lv_bits.h>
#include <libvisual/lv_time.h>
#include <libvisual/lv_color.h>
#include <libvisual/lv_param.h>
#include <libvisual/lv_config.h>
#include <libvisual/lv_cpu.h>
#include <libvisual/lv_bin.h>
#include <libvisual/lv_event.h>
#include <libvisual/lv_keysym.h>
#include <libvisual/lv_actor.h>
#include <libvisual/lv_input.h>
#include <libvisual/lv_audio.h>
#include <libvisual/lv_fourier.h>
#include <libvisual/lv_list.h>
#include <libvisual/lv_palette.h>
#include <libvisual/lv_plugin.h>
#include <libvisual/lv_video.h>
#include <libvisual/lv_libvisual.h>
#include <libvisual/lv_songinfo.h>
#include <libvisual/lv_morph.h>
#include <libvisual/lv_transform.h>
#include <libvisual/lv_bmp.h>
#include <libvisual/lv_log.h>
#include <libvisual/lv_random.h>
#include <libvisual/lv_ui.h>
#include <libvisual/lv_collection.h>
#include <libvisual/lv_hashmap.h>
#include <libvisual/lv_cache.h>
#include <libvisual/lv_ringbuffer.h>
#include <libvisual/lv_rectangle.h>
#include <libvisual/lv_error.h>
#include <libvisual/lv_thread.h>
#include <libvisual/lv_object.h>
#include <libvisual/lv_types.h>
#include <libvisual/lv_utils.h>
#include <libvisual/lv_gl.h>
#include <libvisual/lv_math.h>
#include <libvisual/lv_os.h>
#include <libvisual/lv_common.h>
#endif /* LV_LIBVISUAL_H */
|