- Timestamp:
- 2006-05-30T10:40:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44c6d88d
- Parents:
- f25b73d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fb/fb.c
rf25b73d6 r79460ae 127 127 int vfb = vfb_no++; 128 128 129 if (vfb > 9) {129 if (vfb > VFB_CONNECTIONS) { 130 130 ipc_answer_fast(iid, ELIMIT, 0,0); 131 131 return; … … 536 536 537 537 538 if( (graphics_items[item_new]=malloc(sizeof(framebuffer_descriptor_t))) == NULL)538 if( (graphics_items[item_new]=malloc(sizeof(framebuffer_descriptor_t))) == NULL) 539 539 { 540 540 return EFB;
Note:
See TracChangeset
for help on using the changeset viewer.