Changes in uspace/app/shutdown-dlg/shutdown-dlg.c [97116a2:5162f6e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/shutdown-dlg/shutdown-dlg.c
r97116a2 r5162f6e 434 434 params.placement = ui_wnd_place_full_screen; 435 435 params.flags |= ui_wndf_topmost | ui_wndf_nofocus; 436 /* 437 * params.rect.p0.x = 0; 438 * params.rect.p0.y = 0; 439 * params.rect.p1.x = 1; 440 * params.rect.p1.y = 1; 441 */ 436 /* params.rect.p0.x = 0; 437 params.rect.p0.y = 0; 438 params.rect.p1.x = 1; 439 params.rect.p1.y = 1;*/ 442 440 443 441 rc = ui_window_create(sddlg.ui, ¶ms, &sddlg.bgwindow);
Note:
See TracChangeset
for help on using the changeset viewer.