Lines Matching defs:_XkbGeometry
258 typedef struct _XkbGeometry { struct
259 Atom name;
260 unsigned short width_mm;
261 unsigned short height_mm;
262 char *label_font;
263 XkbColorPtr label_color;
264 XkbColorPtr base_color;
265 unsigned short sz_properties;
266 unsigned short sz_colors;
267 unsigned short sz_shapes;
268 unsigned short sz_sections;
269 unsigned short sz_doodads;
270 unsigned short sz_key_aliases;
271 unsigned short num_properties;
295 typedef struct _XkbGeometrySizes { argument