/*
* 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 _FADEDESKTOP_OPTIONS_H
#define _FADEDESKTOP_OPTIONS_H
#ifndef _FADEDESKTOP_OPTIONS_INTERNAL
#define getCompPluginInfo fadedesktopOptionsGetCompPluginInfo
#endif
#ifdef __cplusplus
extern "C" {
#endif
CompPluginVTable *fadedesktopOptionsGetCompPluginInfo (void);
typedef enum
{
FadedesktopDisplayOptionNum
} FadedesktopDisplayOptions;
typedef void (*fadedesktopDisplayOptionChangeNotifyProc) (CompDisplay *display, CompOption *opt, FadedesktopDisplayOptions num);
CompOption *fadedesktopGetDisplayOption (CompDisplay *d, FadedesktopDisplayOptions num);
typedef enum
{
FadedesktopScreenOptionFadetime,
FadedesktopScreenOptionWindowMatch,
FadedesktopScreenOptionNum
} FadedesktopScreenOptions;
typedef void (*fadedesktopScreenOptionChangeNotifyProc) (CompScreen *screen, CompOption *opt, FadedesktopScreenOptions num);
CompOption *fadedesktopGetScreenOption (CompScreen *s, FadedesktopScreenOptions num);
int fadedesktopGetFadetime (CompScreen *s);
CompOption * fadedesktopGetFadetimeOption (CompScreen *s);
void fadedesktopSetFadetimeNotify (CompScreen *s, fadedesktopScreenOptionChangeNotifyProc notify);
CompMatch * fadedesktopGetWindowMatch (CompScreen *s);
CompOption * fadedesktopGetWindowMatchOption (CompScreen *s);
void fadedesktopSetWindowMatchNotify (CompScreen *s, fadedesktopScreenOptionChangeNotifyProc notify);
#ifdef __cplusplus
}
#endif
#endif
syntax highlighted by Code2HTML, v. 0.9.1