]> git.mdlowis.com Git - proto/labwc.git/commit
Move corner textures from ssd.c to theme.c
authorJohan Malm <jgm323@gmail.com>
Fri, 16 Jul 2021 16:07:00 +0000 (17:07 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 16 Jul 2021 16:07:00 +0000 (17:07 +0100)
commite50bb45890354f1657b36a6d0d92e97aab93fc7b
tree86caa201a8e7b3f5778cd7c4dd54b6b79a71f546
parentc668fd9b07ef83341c6e46aff22945689013451a
Move corner textures from ssd.c to theme.c

It makes more sense to just keep one set of corner textures for server
side view decorations, rather than storing a set for each view. This also
keeps the code simpler when when changing theme parameters.
include/ssd.h
include/theme.h
src/output.c
src/ssd.c
src/theme.c