HomeSort by: relevance | last modified time | path
    Searched defs:grf_position (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
grfioctl.h 161 struct grf_position { struct
164 #define GRFIOCSSPRITEPOS _IOW('G', 52, struct grf_position)
165 #define GRFIOCGSPRITEPOS _IOR('G', 53, struct grf_position)
176 struct grf_position pos; /* sprite location */
177 struct grf_position hot; /* sprite hot spot */
179 struct grf_position size; /* x == width, y == height */
187 #define GRFIOCGSPRITEMAX _IOR('G', 56, struct grf_position)
  /src/sys/arch/amiga/dev/
grfioctl.h 165 struct grf_position { struct
168 #define GRFIOCSSPRITEPOS _IOW('G', 52, struct grf_position)
169 #define GRFIOCGSPRITEPOS _IOR('G', 53, struct grf_position)
180 struct grf_position pos; /* sprite location */
181 struct grf_position hot; /* sprite hot spot */
183 struct grf_position size; /* x == width, y == height */
191 #define GRFIOCGSPRITEMAX _IOR('G', 56, struct grf_position)

Completed in 54 milliseconds