Skip to content

Commit

Permalink
DS: Disable slowBlur, works fine on new drivers.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Oct 23, 2010
1 parent 5b6ce70 commit cd09ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- Flag indicating whether the surface flinger is inefficient
at performing a blur. Used by parts of the UI to turn off
the blur effect where it isn't worth the performance hit. -->
<bool name="config_sf_slowBlur">true</bool>
<bool name="config_sf_slowBlur">false</bool>

<!-- The duration (in milliseconds) of a short animation. -->
<integer name="config_shortAnimTime">100</integer>
Expand Down

0 comments on commit cd09ee6

Please sign in to comment.