Changeset ebfabf6 in mainline for uspace/srv/fb/fb.c


Ignore:
Timestamp:
2009-04-24T20:33:49Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ccd1a14
Parents:
10270a8
Message:

Use better method names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/fb.c

    r10270a8 rebfabf6  
    17141714                        retval = EOK;
    17151715                        break;
    1716                 case FB_SCREEN_GRAB:
    1717                 case FB_SCREEN_RELINQUISH:
     1716                case FB_SCREEN_YIELD:
     1717                case FB_SCREEN_RECLAIM:
    17181718                        retval = EOK;
    17191719                        break;
Note: See TracChangeset for help on using the changeset viewer.