Home | History | Annotate | Download | only in src

Lines Matching defs:debug

921 	const char *debug;
923 debug = getenv("WAYLAND_DEBUG");
924 if (debug && (strstr(debug, "client") || strstr(debug, "1")))