diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2007-05-22 23:25:42 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2007-05-22 23:25:42 +0200 |
commit | 7392e054a08279f8ecc8b50ca816c49b326e512d (patch) | |
tree | bea1ecf4187824f7890faa912daee4f900835722 | |
parent | 562928155b96fd26c6025f2e3a9d9e2c9f0b52f6 (diff) | |
download | compiz-scripts-7392e054a08279f8ecc8b50ca816c49b326e512d.tar.gz compiz-scripts-7392e054a08279f8ecc8b50ca816c49b326e512d.tar.bz2 |
Save the indirect-rendering information.
Prior to this indirect would only be used (forced) when executing a TFP
check, so only once, basicly.
-rwxr-xr-x | manager/compiz-manager | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manager/compiz-manager b/manager/compiz-manager index c9fe617..f7412b2 100755 --- a/manager/compiz-manager +++ b/manager/compiz-manager @@ -379,6 +379,7 @@ function store_config echo XDAMAGE=$XDAMAGE >> $CONFIG echo POSSIBLE=$POSSIBLE >> $CONFIG echo XSYNC=$XSYNC >> $CONFIG + echo INDIRECT=$INDIRECT >> $CONFIG } #### |