Changes in uspace/lib/ui/src/ui.c [899bdfd:983052c] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/ui.c

    r899bdfd r983052c  
    357357
    358358                break;
    359         case CEV_RESIZE:
    360                 ui_lock(ui);
    361                 ui_window_send_resize(awnd);
    362                 ui_unlock(ui);
    363                 break;
    364359        }
    365360}
Note: See TracChangeset for help on using the changeset viewer.