Changes in uspace/lib/draw/cursor/embedded.c [2bb6d04:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/cursor/embedded.c
r2bb6d04 ra35b458 39 39 #include <stdlib.h> 40 40 41 #include <draw/gfx.h>42 #include <draw/cursor.h>43 #include <draw/surface.h>41 #include "../gfx/cursor-11x18.h" 42 #include "embedded.h" 43 #include "../surface.h" 44 44 45 45 static void cde_init(char *path, uint8_t *state_count, void **data)
Note:
See TracChangeset
for help on using the changeset viewer.