LiVES 1.4.9
|
#include "../libweed/weed.h"
#include "../libweed/weed-palettes.h"
#include "../libweed/weed-host.h"
#include "main.h"
#include "resample.h"
#include "effects-weed.h"
#include "support.h"
#include "paramwindow.h"
Functions | |
void | init_special (void) |
gint | add_to_special (const gchar *sp_string, lives_rfx_t *rfx) |
void | fd_tweak (lives_rfx_t *rfx) |
void | fd_connect_spinbutton (lives_rfx_t *rfx) |
void | check_for_special (lives_param_t *param, gint num, GtkBox *pbox, lives_rfx_t *rfx) |
void | after_aspect_width_changed (GtkSpinButton *spinbutton, gpointer user_data) |
void | after_aspect_height_changed (GtkToggleButton *spinbutton, gpointer user_data) |
void | special_cleanup (void) |
void | setmergealign (void) |
gboolean | mt_framedraw (lives_mt *mt, GdkPixbuf *pixbuf) |
gboolean | is_perchannel_multi (lives_rfx_t *rfx, gint i) |
gint add_to_special | ( | const gchar * | sp_string, |
lives_rfx_t * | rfx | ||
) |
void after_aspect_height_changed | ( | GtkToggleButton * | spinbutton, |
gpointer | user_data | ||
) |
void after_aspect_width_changed | ( | GtkSpinButton * | spinbutton, |
gpointer | user_data | ||
) |
void check_for_special | ( | lives_param_t * | param, |
gint | num, | ||
GtkBox * | pbox, | ||
lives_rfx_t * | rfx | ||
) |
void fd_connect_spinbutton | ( | lives_rfx_t * | rfx | ) |
void fd_tweak | ( | lives_rfx_t * | rfx | ) |
void init_special | ( | void | ) |
gboolean is_perchannel_multi | ( | lives_rfx_t * | rfx, |
gint | i | ||
) |
gboolean mt_framedraw | ( | lives_mt * | mt, |
GdkPixbuf * | pixbuf | ||
) |
void setmergealign | ( | void | ) |
void special_cleanup | ( | void | ) |