Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Base:System
dialog
dialog-1.2-20121230.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dialog-1.2-20121230.dif of Package dialog
Index: dialog-1.3-20230209/util.c =================================================================== --- dialog-1.3-20230209.orig/util.c +++ dialog-1.3-20230209/util.c @@ -2406,8 +2406,10 @@ dlg_move_window(WINDOW *win, int height, #ifdef HAVE_COLOR if (p->shadow != 0) { if (dialog_state.use_shadow) { + (void) wresize(p->shadow, height, width); (void) mvwin(p->shadow, y + SHADOW_ROWS, x + SHADOW_COLS); } else { + delwin(p->shadow); p->shadow = 0; } }
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