~ubuntu-branches/debian/experimental/fltk1.3/experimental

« back to all changes in this revision

Viewing changes to test/gl_overlay.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-12-24 14:58:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101224145854-8mo1pemi2gj4kiab
Tags: 1.3~r8114-1
* New upstream snapshot.
* debian/libfltk{,-gl}1.3.symbols: update to reflect recent changes.
* debian/libfltk1.3-dev.docs: update per upstream README.* reorganization.
* debian/FLTKConfig.cmake: belatedly set FLTK_CAIRO_FOUND to TRUE.
* debian/FLTKLibraries-noconfig.cmake: trim stated dependencies,
  particularly for shared libraries.
* debian/control: promote some suggestions to recommendations:
  - fluid -> fltk1.3-doc (for the help browser)
  - libfltk1.3-dev -> fluid (few users entirely hand-craft UIs)
  - libfltk1.3-dev -> libglu1-mesa-dev | libgl-dev (for <FL/glu.h>)
* Thanks to Yuri D'Elia for suggesting that I review the above three files.
* src/fl_font_xft.cxx: revert XFT->core name mapping, which upstream has
  implemented in a slightly different fashion.
* debian/rules: enable "CP936" (GBK) CJK encoding support.
* debian/fluid.lintian-overrides: retire per upstream fluid.desktop
  simplification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: gl_overlay.cxx 6615 2009-01-01 16:35:13Z matt $"
 
2
// "$Id: gl_overlay.cxx 8033 2010-12-15 12:11:16Z AlbrechtS $"
3
3
//
4
4
// OpenGL overlay test program for the Fast Light Tool Kit (FLTK).
5
5
//
6
 
// Copyright 1998-2009 by Bill Spitzak and others.
 
6
// Copyright 1998-2010 by Bill Spitzak and others.
7
7
//
8
8
// This library is free software; you can redistribute it and/or
9
9
// modify it under the terms of the GNU Library General Public
25
25
//     http://www.fltk.org/str.php
26
26
//
27
27
 
28
 
#include "config.h"
 
28
#include <config.h>
29
29
#include <FL/Fl.H>
30
30
#include <FL/Fl_Window.H>
31
31
#include <FL/Fl_Hor_Slider.H>
153
153
}
154
154
 
155
155
//
156
 
// End of "$Id: gl_overlay.cxx 6615 2009-01-01 16:35:13Z matt $".
 
156
// End of "$Id: gl_overlay.cxx 8033 2010-12-15 12:11:16Z AlbrechtS $".
157
157
//