From 441c511296dd4416b86d02ee8c0672cd08808f33 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 9 Jun 2018 19:13:57 +0200 Subject: Add an generic icon fetcher that can be used by any widget and re-uses the main threadpool. Add an generic icon fetcher that can be used by any widget and re-uses the main threadpool. * Make threadpool more generic usable. * Add generic icon fetcher, that caches icons. * Make DRUN use this fetcher. * Add icon widget. #809 --- lexer/theme-lexer.l | 1 + 1 file changed, 1 insertion(+) (limited to 'lexer/theme-lexer.l') diff --git a/lexer/theme-lexer.l b/lexer/theme-lexer.l index da7c184f..bc1516f2 100644 --- a/lexer/theme-lexer.l +++ b/lexer/theme-lexer.l @@ -30,6 +30,7 @@ %option nounput %option never-interactive %option bison-locations +%option bison-bridge %{ #include -- cgit v1.2.3