search for: actionproxy

Displaying 1 result from an estimated 1 matches for "actionproxy".

2007 Apr 11
2
Patch for ini plugin
...lugins/ini.c @@ -52,6 +52,9 @@ static int displayPrivateIndex; +/* + * IniFileData + */ typedef struct _IniFileData IniFileData; struct _IniFileData { char *filename; @@ -65,20 +68,9 @@ struct _IniFileData { IniFileData *prev; }; -#define N_ACTION_PARTS 5 -typedef struct _IniActionProxy { - int nSet; - - CompBindingType type; - CompKeyBinding key; - CompButtonBinding button; - - Bool bell; - - unsigned int edgeMask; - int edgeButton; -} IniActionProxy; - +/* + * IniDisplay + */ typedef struct _IniDisplay { int scre...