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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Kamal Mostafa
  • Date: 2014-06-07 11:28:52 UTC
  • Revision ID: package-import@ubuntu.com-20140607112852-pj9xhtlvwpgqjy5x
Tags: 1.3.15-1
* Initial release (Closes: #750861)
  flrig version 1.3.15 plus the following upstream commits:
  - 0001-License-Declaration.patch
  - 0002-FL_APPS-folder.patch
  - 0003-rig-home-dir.patch
  - 0004-RTS-DTR-restore.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef IMAGES_H
 
2
#define IMAGES_H
 
3
 
 
4
#include <FL/Fl_Bitmap.H>
 
5
 
 
6
extern Fl_Bitmap image_p25;
 
7
extern Fl_Bitmap image_p50;
 
8
extern Fl_Bitmap image_p100;
 
9
extern Fl_Bitmap image_p200;
 
10
extern Fl_Bitmap image_p200log;
 
11
 
 
12
extern Fl_Bitmap image_smeter;
 
13
extern Fl_Bitmap image_swr;
 
14
extern Fl_Bitmap image_alc;
 
15
 
 
16
#endif