~ubuntu-branches/ubuntu/precise/fltk1.1/precise

« back to all changes in this revision

Viewing changes to fluid/about_panel.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-01-06 22:05:04 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100106220504-nwj8m1sa90s760yt
Tags: 1.1.10-2
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
  otherwise fails to link on the Hurd (with complaints that libfltk.so.1
  contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1.  (See #553264.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: about_panel.h 5412 2006-09-04 20:01:15Z matt $"
 
2
// "$Id: about_panel.h 6817 2009-07-02 09:42:17Z AlbrechtS $"
3
3
//
4
4
// About dialog for the Fast Light Tool Kit (FLTK).
5
5
//
6
 
// Copyright 1998-2006 by Bill Spitzak and others.
 
6
// Copyright 1998-2009 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
 
// generated by Fast Light User Interface Designer (fluid) version 1.0108
 
28
// generated by Fast Light User Interface Designer (fluid) version 1.0110
29
29
 
30
30
#ifndef about_panel_h
31
31
#define about_panel_h
40
40
#endif
41
41
 
42
42
//
43
 
// End of "$Id: about_panel.h 5412 2006-09-04 20:01:15Z matt $".
 
43
// End of "$Id: about_panel.h 6817 2009-07-02 09:42:17Z AlbrechtS $".
44
44
//