Changes in uspace/srv/hid/compositor/compositor.h [6d5e378:b5416c3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/compositor.h
r6d5e378 rb5416c3 36 36 #define COMPOSITOR_COMPOSITOR_H_ 37 37 38 typedef native_t desktop_coord_t; 39 typedef struct { 40 desktop_coord_t x; 41 desktop_coord_t y; 42 } desktop_point_t; 43 typedef desktop_point_t desktop_vector_t; 44 45 /* TODO remove? */ 46 typedef struct { 47 double x; 48 double y; 49 } double_point_t; 50 typedef double_point_t double_vector_t; 51 38 52 #endif 39 53
Note:
See TracChangeset
for help on using the changeset viewer.