~ubuntu-branches/ubuntu/raring/lmms/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/fltk/FL/Fl_File_Icon.H

  • Committer: Charlie Smotherman
  • Date: 2012-12-05 22:08:38 UTC
  • mfrom: (33.1.7 lmms_0.4.13)
  • Revision ID: cjsmo@cableone.net-20121205220838-09pjfzew9m5023hr
* New  Upstream release.
  - Minor tweaking to ZynAddSubFX, CALF, SWH plugins  and Stefan Fendt's RC
    filters.
  - Added UI fixes: Magnentic effect of knobs and Piano-roll fixes
  - Updated German localization and copyright year
* debian/lmms-common.install:
  - added /usr/share/applications so the lmms.desktop file will correctly
    install (LP: #863366)
  - This should also fix the Software Center not displaying lmms in sound
    and video (LP: #824231)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: Fl_File_Icon.H 6614 2009-01-01 16:11:32Z matt $"
 
2
// "$Id: Fl_File_Icon.H 8306 2011-01-24 17:04:22Z matt $"
3
3
//
4
4
// Fl_File_Icon definitions.
5
5
//
6
 
// Copyright 1999-2009 by Michael Sweet.
 
6
// Copyright 1999-2010 by Michael Sweet.
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
53
53
  The Fl_File_Icon class manages icon images that can be used 
54
54
  as labels in other widgets and as icons in the FileBrowser widget.
55
55
*/
56
 
class FL_EXPORT Fl_File_Icon                    //// Icon data
57
 
{
 
56
class FL_EXPORT Fl_File_Icon {                  //// Icon data
 
57
 
58
58
  static Fl_File_Icon *first_;  // Pointer to first icon/filetype
59
59
  Fl_File_Icon  *next_;         // Pointer to next icon/filetype
60
60
  const char    *pattern_;      // Pattern string
164
164
#endif // !_Fl_Fl_File_Icon_H_
165
165
 
166
166
//
167
 
// End of "$Id: Fl_File_Icon.H 6614 2009-01-01 16:11:32Z matt $".
 
167
// End of "$Id: Fl_File_Icon.H 8306 2011-01-24 17:04:22Z matt $".
168
168
//