~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to ica/x11/x11vnc/enums.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _X11VNC_ENUMS_H
 
2
#define _X11VNC_ENUMS_H
 
3
 
 
4
/* -- enums.h -- */
 
5
 
 
6
enum {
 
7
        LR_UNSET = 0,
 
8
        LR_UNKNOWN,
 
9
        LR_DIALUP,
 
10
        LR_BROADBAND,
 
11
        LR_LAN
 
12
};
 
13
 
 
14
enum scroll_types {
 
15
        SCR_NONE = 0,
 
16
        SCR_MOUSE,
 
17
        SCR_KEY,
 
18
        SCR_FAIL,
 
19
        SCR_SUCCESS
 
20
};
 
21
 
 
22
#endif /* _X11VNC_ENUMS_H */