Changeset c4ebe02 in mainline
- Timestamp:
- 2012-11-25T07:39:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 290a0f0
- Parents:
- f698054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/compositor.c
rf698054 rc4ebe02 1449 1449 1450 1450 /* Bring the window to the foreground. */ 1451 if ((win != top) && within_client && (bnum == 1)) {1451 if ((win != top) && within_client) { 1452 1452 list_remove(&win->link); 1453 1453 list_prepend(&win->link, &window_list);
Note:
See TracChangeset
for help on using the changeset viewer.