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

« back to all changes in this revision

Viewing changes to fluid/function_panel.fl

  • 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
# data file for the Fltk User Interface Designer (fluid)
2
2
version 1.0108 
3
 
i18n_type 1 
4
 
i18n_include <libintl.h> 
5
 
i18n_function _ 
6
3
header_name {.h} 
7
4
code_name {.cxx}
8
5
comment {//
34
31
} {in_source in_header
35
32
36
33
 
37
 
decl {\#define _(String) gettext (String)} {selected
38
 
39
 
 
40
34
decl {\#include <FL/Fl_Pixmap.H>} {} 
41
35
 
42
36
decl {\#include "Fl_Type.h"} {}