https://github.com/swaywm/sway
Revision 94ad169eb6c2806c0f9a119b2c726d0f16cb56b0 authored by Drew DeVault on 18 April 2017, 21:57:07 UTC, committed by GitHub on 18 April 2017, 21:57:07 UTC
Use i3's dimensions for initial scratchpad views
2 parent s 35603b2 + 0f31323
Raw File
Tip revision: 94ad169eb6c2806c0f9a119b2c726d0f16cb56b0 authored by Drew DeVault on 18 April 2017, 21:57:07 UTC
Merge pull request #1181 from wasamasa/bugfix-initial-scratchpad-size
Tip revision: 94ad169
CMakeLists.txt
include_directories(
	${WLC_INCLUDE_DIRS}
	${XKBCOMMON_INCLUDE_DIRS}
)

add_library(sway-common STATIC
	ipc-client.c
	list.c
	log.c
	util.c
	readline.c
	stringop.c
	)

target_link_libraries(sway-common m)
back to top