yambar/particles
Daniel Eklöf 07b1615a41 particles: get rid of struct particle_info
Since this struct only contained function pointers, make all particles
export those functions directly.

The plugin manager now defines a particle interface struct, and fills
it it by dlsym:ing the functions that used to be in particle_info.
2019-01-13 17:03:35 +01:00
..
CMakeLists.txt cmake: set _GNU_SOURCE globally, and only once 2019-01-13 11:40:09 +01:00
dynlist.c module/particle: remove cairo context from begin_expose() 2019-01-09 18:50:26 +01:00
dynlist.h dynlist: move to particles folder 2018-12-29 22:13:00 +01:00
empty.c particles: get rid of struct particle_info 2019-01-13 17:03:35 +01:00
list.c particles: get rid of struct particle_info 2019-01-13 17:03:35 +01:00
map.c particles: get rid of struct particle_info 2019-01-13 17:03:35 +01:00
progress-bar.c particles: get rid of struct particle_info 2019-01-13 17:03:35 +01:00
ramp.c particles: get rid of struct particle_info 2019-01-13 17:03:35 +01:00
string.c particles: get rid of struct particle_info 2019-01-13 17:03:35 +01:00