~ubuntu-branches/ubuntu/gutsy/compiz-fusion-plugins-main/gutsy-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/*
 * This file is autogenerated with bcop:
 * The Compiz option code generator
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 */

#ifndef _WORKAROUNDS_OPTIONS_H
#define _WORKAROUNDS_OPTIONS_H

#ifndef _WORKAROUNDS_OPTIONS_INTERNAL
#define getCompPluginInfo workaroundsOptionsGetCompPluginInfo
#endif

#ifdef  __cplusplus
extern "C" {
#endif

CompPluginVTable *workaroundsOptionsGetCompPluginInfo (void);

typedef enum
{
    WorkaroundsDisplayOptionLegacyFullscreen,
    WorkaroundsDisplayOptionFirefoxMenuFix,
    WorkaroundsDisplayOptionNotificationDaemonFix,
    WorkaroundsDisplayOptionJavaFix,
    WorkaroundsDisplayOptionQtFix,
    WorkaroundsDisplayOptionStickyAlldesktops,
    WorkaroundsDisplayOptionAlldesktopStickyMatch,
    WorkaroundsDisplayOptionNum
} WorkaroundsDisplayOptions;

typedef void (*workaroundsDisplayOptionChangeNotifyProc) (CompDisplay *display, CompOption *opt, WorkaroundsDisplayOptions num);

CompOption *workaroundsGetDisplayOption (CompDisplay *d, WorkaroundsDisplayOptions num);

typedef enum
{
    WorkaroundsScreenOptionNum
} WorkaroundsScreenOptions;

typedef void (*workaroundsScreenOptionChangeNotifyProc) (CompScreen *screen, CompOption *opt, WorkaroundsScreenOptions num);

CompOption *workaroundsGetScreenOption (CompScreen *s, WorkaroundsScreenOptions num);

Bool             workaroundsGetLegacyFullscreen (CompDisplay *d);
CompOption *     workaroundsGetLegacyFullscreenOption (CompDisplay *d);
void             workaroundsSetLegacyFullscreenNotify (CompDisplay *d, workaroundsDisplayOptionChangeNotifyProc notify);
            
Bool             workaroundsGetFirefoxMenuFix (CompDisplay *d);
CompOption *     workaroundsGetFirefoxMenuFixOption (CompDisplay *d);
void             workaroundsSetFirefoxMenuFixNotify (CompDisplay *d, workaroundsDisplayOptionChangeNotifyProc notify);
            
Bool             workaroundsGetNotificationDaemonFix (CompDisplay *d);
CompOption *     workaroundsGetNotificationDaemonFixOption (CompDisplay *d);
void             workaroundsSetNotificationDaemonFixNotify (CompDisplay *d, workaroundsDisplayOptionChangeNotifyProc notify);
            
Bool             workaroundsGetJavaFix (CompDisplay *d);
CompOption *     workaroundsGetJavaFixOption (CompDisplay *d);
void             workaroundsSetJavaFixNotify (CompDisplay *d, workaroundsDisplayOptionChangeNotifyProc notify);
            
Bool             workaroundsGetQtFix (CompDisplay *d);
CompOption *     workaroundsGetQtFixOption (CompDisplay *d);
void             workaroundsSetQtFixNotify (CompDisplay *d, workaroundsDisplayOptionChangeNotifyProc notify);
            
Bool             workaroundsGetStickyAlldesktops (CompDisplay *d);
CompOption *     workaroundsGetStickyAlldesktopsOption (CompDisplay *d);
void             workaroundsSetStickyAlldesktopsNotify (CompDisplay *d, workaroundsDisplayOptionChangeNotifyProc notify);
            
CompMatch *      workaroundsGetAlldesktopStickyMatch (CompDisplay *d);
CompOption *     workaroundsGetAlldesktopStickyMatchOption (CompDisplay *d);
void             workaroundsSetAlldesktopStickyMatchNotify (CompDisplay *d, workaroundsDisplayOptionChangeNotifyProc notify);
            
#ifdef  __cplusplus
}
#endif

#endif