Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:eeich:BootPrj
xorg-x11
p_twm_sig11.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File p_twm_sig11.diff of Package xorg-x11
Index: twm-1.0.4/src/add_window.c =================================================================== --- twm-1.0.4/src.orig/add_window.c +++ twm-1.0.4/src/add_window.c @@ -1538,10 +1538,11 @@ FetchWmColormapWindows (TwmWindow *tmp) cwins = (ColormapWindow **) malloc(sizeof(ColormapWindow *)); if (XFindContext(dpy, tmp->w, ColormapContext, (caddr_t *)&cwins[0]) == - XCNOENT) + XCNOENT) { cwins[0] = CreateColormapWindow(tmp->w, (Bool) tmp->cmaps.number_cwins == 0, False); - else + if (cwins[0] == NULL) number_cmap_windows = 0; + } else cwins[0]->refcnt++; }
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