FreeBSD Bugzilla – Attachment 19920 Details for
Bug 35288
ports/afterstep has resources leak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
icons.c.patch
icons.c.patch (text/plain), 636 bytes, created by
Andriy Gapon
on 2002-02-25 00:20:00 UTC
(
hide
)
Description:
icons.c.patch
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2002-02-25 00:20:00 UTC
Size:
636 bytes
patch
obsolete
>--- afterstep/icons.c.orig Wed Feb 13 18:54:47 2002 >+++ afterstep/icons.c Wed Feb 13 18:58:13 2002 >@@ -778,11 +778,13 @@ > MoveResizePagerView(t); > } > } >- >- if(tmp_win->flags & ICON_MOVED) >- CreateIconWindow(tmp_win,tmp_win->icon_x_loc,tmp_win->icon_y_loc); >- else >- CreateIconWindow(tmp_win, def_x, def_y); >+ >+ if(tmp_win->icon_pixmap_w == None) { >+ if(tmp_win->flags & ICON_MOVED) >+ CreateIconWindow(tmp_win,tmp_win->icon_x_loc,tmp_win->icon_y_loc); >+ else >+ CreateIconWindow(tmp_win, def_x, def_y); >+ } > > AutoPlace(tmp_win); > tmp_win->flags |= ICONIFIED;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35288
: 19920