Displaying 4 results from an estimated 4 matches for "iniloadoptionsfromfil".
Did you mean:
iniloadoptionsfromfile
2007 Apr 11
2
Patch for ini plugin
...+ default:
+ break;
+ }
+
+ action->valueMasks |= actionValueMasks[type];
+
+ // no need to read any further since all value are set
+ if (action->valueMasks == ACTION_VALUES_ALL)
+ return FALSE;
+
+ return TRUE; // continue loop, not finished parsing yet
+}
+
+static Bool
iniLoadOptionsFromFile (CompDisplay *d,
FILE *optionFile,
char *plugin,
@@ -478,9 +629,6 @@ iniLoadOptionsFromFile (CompDisplay *d,
{
char *optionName = NULL;
char *optionValue = NULL;
- char *actionTest = NULL;
- char *actionTmp = NULL;
- char *realOption = NULL;
char tmp[MAX_OPTION_LEN...
2007 Apr 13
3
Just another ini patch
Hi,
well after some ever further investigation of some bugs, I ended up
cleaning up the code, again. I also fixed some really heavy memory
leaks in csvToList and made it in general more stable.
Regards,
Patrick "Marex" Niklaus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ini.c.patch
Type: text/x-patch
Size: 8275 bytes
Desc: not available
Url :
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
.../app/compiz
This patch breaks --disable-gconf
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz
Patrick Niklaus:
Improve action reading code
Fixed list parsing (plugged a memory leak)
Cleaned up iniParseLine
Some minor cleanup in iniLoadOptionsFromFile
Fixed list parsing
Fixed bug with action parsing
Add features to image plugin metadata.
Quinn Storm:
add option to turn off scale behaviour where a click on the desktop shows the desktop
Robert Carr:
Add a priv entry to CompAction. For a use case see: compiz-scheme....
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...Use consistent variable naming conventions
Use fleur cursor for move. Patch from Trevi?o
This patch breaks --disable-gconf
Patrick Niklaus (7):
Improve action reading code
Fixed list parsing (plugged a memory leak)
Cleaned up iniParseLine
Some minor cleanup in iniLoadOptionsFromFile
Fixed list parsing
Fixed bug with action parsing
Add features to image plugin metadata.
Per Wigren (1):
Add --only-current-screen option which tell compiz to only manage
Quinn Storm (1):
add option to turn off scale behaviour where a click on the desktop shows the d...