~ubuntu-branches/ubuntu/wily/flrig/wily

« back to all changes in this revision

Viewing changes to .pc/0001-License-Declaration.patch/src/include/flinput2.h

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-10-25 11:17:10 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141025111710-n32skgya3l9u1brw
Tags: 1.3.17-1
* New upstream release (Closes: #761839)
* Debian Standards-Version: 3.9.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef FL_INPUT2_
2
 
#define FL_INPUT2_
3
 
 
4
 
#include <FL/Fl_Input.H>
5
 
 
6
 
class Fl_Input2 : public Fl_Input
7
 
{
8
 
public:
9
 
        Fl_Input2(int x, int y, int w, int h, const char* l = 0);
10
 
        int handle(int event);
11
 
};
12
 
 
13
 
#endif // FL_INPUT2_