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

« back to all changes in this revision

Viewing changes to plugins/zynaddsubfx/fltk/src/Fl_File_Input.cxx

  • 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_Input.cxx 7115 2010-02-20 17:40:07Z AlbrechtS $"
 
2
// "$Id: Fl_File_Input.cxx 8063 2010-12-19 21:20:10Z matt $"
3
3
//
4
4
// File_Input header file 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
// Original version Copyright 1998 by Curtis Edwards.
8
8
//
9
9
// This library is free software; you can redistribute it and/or
30
30
#include <FL/Fl_File_Input.H>
31
31
#include <FL/Fl_Window.H>
32
32
#include <FL/fl_draw.H>
 
33
#include <FL/filename.H>
33
34
#include <stdio.h>
34
35
#include "flstring.h"
35
36
 
240
241
                X;                              // Current X position
241
242
  char          *start,                         // Start of path component
242
243
                *end;                           // End of path component
243
 
  char          newvalue[1024];                 // New value
 
244
  char          newvalue[FL_PATH_MAX];          // New value
244
245
 
245
246
 
246
247
  // Figure out which button is being pressed...
293
294
 
294
295
 
295
296
//
296
 
// End of "$Id: Fl_File_Input.cxx 7115 2010-02-20 17:40:07Z AlbrechtS $".
 
297
// End of "$Id: Fl_File_Input.cxx 8063 2010-12-19 21:20:10Z matt $".
297
298
//