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:
parent
cb7c271768
commit
e075890c28
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue