Changes in uspace/srv/hid/display/cursimg.c [db3895d:9242ad9] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/display/cursimg.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/cursimg.c
rdb3895d r9242ad9 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2020 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 137 137 }; 138 138 139 static uint8_t ibeam_img[] = {140 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0,141 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1,142 0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0,143 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,144 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,145 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,146 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,147 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,148 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,149 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,150 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,151 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,152 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,153 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,154 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,155 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0,156 0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0,157 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1,158 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0159 };160 161 139 ds_cursimg_t ds_cursimg[dcurs_limit] = { 162 140 { … … 179 157 .rect = { -7, -7, 8, 8 }, 180 158 .image = size_urdl_img 181 },182 {183 .rect = { -5, -9, 6, 10 },184 .image = ibeam_img185 159 } 186 160 };
Note:
See TracChangeset
for help on using the changeset viewer.
