comparison examples/example-notify/example-notify.c @ 472:bc5483849614

core: texture -> mlk_texture
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:24:38 +0100
parents 0d6206cee6b9
children ca30ff96bbe0
comparison
equal deleted inserted replaced
471:3761e33d429e 472:bc5483849614
43 .text = "Keys: <Space> to generate a notification.", 43 .text = "Keys: <Space> to generate a notification.",
44 .x = 10, 44 .x = 10,
45 .y = 10, 45 .y = 10,
46 .flags = LABEL_FLAGS_SHADOW 46 .flags = LABEL_FLAGS_SHADOW
47 }; 47 };
48 static struct texture icon; 48 static struct mlk_texture icon;
49 static struct mlk_state *states[1]; 49 static struct mlk_state *states[1];
50 50
51 static void 51 static void
52 init(void) 52 init(void)
53 { 53 {