taskbar: draw softer shadows so that text is more readable

git-svn-id: http://tint2.googlecode.com/svn/trunk@661 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-01-21 00:27:40 +00:00
committed by mrovi9000@gmail.com
parent 42469038a8
commit 9ac902b62b
2 changed files with 19 additions and 8 deletions

View File

@@ -109,6 +109,8 @@ if( RT_LIBRARY )
target_link_libraries( tint2 ${RT_LIBRARY} )
endif( RT_LIBRARY )
target_link_libraries( tint2 m )
add_dependencies( tint2 version )
set_target_properties( tint2 PROPERTIES COMPILE_FLAGS "-Wall -pthread" )
set_target_properties(tint2 PROPERTIES LINK_FLAGS "-pthread" )