Ignore:
Timestamp:
2012-11-25T07:39:36Z (11 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
290a0f0
Parents:
f698054
Message:

Both mouse buttons can bring window to foreground.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/compositor.c

    rf698054 rc4ebe02  
    14491449
    14501450                /* Bring the window to the foreground. */
    1451                 if ((win != top) && within_client && (bnum == 1)) {
     1451                if ((win != top) && within_client) {
    14521452                        list_remove(&win->link);
    14531453                        list_prepend(&win->link, &window_list);
Note: See TracChangeset for help on using the changeset viewer.