Add default size workaround for fluxbox
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
01d9ae097a
commit
65cf557a6b
2 changed files with 4 additions and 2 deletions
2
dpf
2
dpf
|
@ -1 +1 @@
|
||||||
Subproject commit b9e027eeae8741ece01f80c5d5d1625b58a64eea
|
Subproject commit 6876fd08ec9f0d1926158a4b60ed68ce9d33c6d4
|
|
@ -246,11 +246,13 @@ ifneq ($(HEADLESS),true)
|
||||||
FILES_UI = CardinalUI.cpp
|
FILES_UI = CardinalUI.cpp
|
||||||
FILES_UI += CardinalCommon-UI.cpp
|
FILES_UI += CardinalCommon-UI.cpp
|
||||||
FILES_UI += CardinalRemote.cpp
|
FILES_UI += CardinalRemote.cpp
|
||||||
FILES_UI += CardinalX11WindowIcon.cpp
|
|
||||||
FILES_UI += common.cpp
|
FILES_UI += common.cpp
|
||||||
FILES_UI += glfw.cpp
|
FILES_UI += glfw.cpp
|
||||||
FILES_UI += MenuBar.cpp
|
FILES_UI += MenuBar.cpp
|
||||||
FILES_UI += Window.cpp
|
FILES_UI += Window.cpp
|
||||||
|
ifneq ($(HAIKU_OR_MACOS_OR_WASM_OR_WINDOWS),true)
|
||||||
|
FILES_UI += CardinalX11WindowIcon.cpp
|
||||||
|
endif
|
||||||
EXTRA_UI_DEPENDENCIES = $(subst -headless,,$(EXTRA_DSP_DEPENDENCIES))
|
EXTRA_UI_DEPENDENCIES = $(subst -headless,,$(EXTRA_DSP_DEPENDENCIES))
|
||||||
EXTRA_UI_LIBS += $(subst -headless,,$(EXTRA_DSP_LIBS))
|
EXTRA_UI_LIBS += $(subst -headless,,$(EXTRA_DSP_LIBS))
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue