Rename _KDE_NET_WM_BLUR_REGION to _KDE_NET_WM_BLUR_BEHIND_REGION.

svn path=/trunk/KDE/kdebase/workspace/; revision=1106457
This commit is contained in:
Fredrik Höglund 2010-03-22 22:03:32 +00:00
parent cb7c271768
commit e075890c28

View file

@ -47,7 +47,7 @@ BlurEffect::BlurEffect()
target = new GLRenderTarget(tex);
net_wm_blur_region = XInternAtom(display(), "_KDE_NET_WM_BLUR_REGION", False);
net_wm_blur_region = XInternAtom(display(), "_KDE_NET_WM_BLUR_BEHIND_REGION", False);
effects->registerPropertyType(net_wm_blur_region, true);
// ### Hackish way to announce support.