Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
compiz
compiz-java-config-notify.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File compiz-java-config-notify.diff of Package compiz
Index: compiz-0.8.4/src/window.c =================================================================== --- compiz-0.8.4.orig/src/window.c +++ compiz-0.8.4/src/window.c @@ -3577,6 +3577,10 @@ reconfigureXWindow (CompWindow *w, if (w->frame && (valueMask & (CWSibling | CWStackMode))) XConfigureWindow (w->screen->display->display, w->frame, valueMask & (CWSibling | CWStackMode), xwc); + + if (valueMask & (CWX | CWY)) + if (w->resName && strncmp (w->resName, "sun-awt-X11", 11) == 0) + sendConfigureNotify (w); } static Bool
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor