Implement showing window icons in titlebar (#4439)
This feature defaults to off, and can be turned on for individual windows, or (with for_window) for all new windows. See the userguide change. This commit is partially based on work by: • Marius Muja • mickael9 • Esteve Varela Colominas • Bernardo Menicagli
This commit is contained in:
committed by
GitHub
parent
eaa5e636f9
commit
abbf6a85d7
@@ -325,6 +325,7 @@ ev_dep = cc.find_library('ev')
|
||||
inc = include_directories('include')
|
||||
|
||||
libi3srcs = [
|
||||
'libi3/boolstr.c',
|
||||
'libi3/create_socket.c',
|
||||
'libi3/dpi.c',
|
||||
'libi3/draw_util.c',
|
||||
|
Reference in New Issue
Block a user