Searched refs:x11_window_create (Results 1 – 3 of 3) sorted by relevance
95 cairo_surface_t *x11_window_create(struct config *config, int *width, int *height);97 static inline cairo_surface_t *x11_window_create(struct config *config, int *width, int *height) { … in x11_window_create() function
908 ctx.surface = x11_window_create(&config, &ctx.width, &ctx.height); in main()
109 x11_window_create(struct config *config, int *width, int *height) in x11_window_create() function