static void colorFilterFiniDisplay (CompPlugin * p, CompDisplay * d) { FILTER_DISPLAY (d); freeScreenPrivateIndex (d, cfd->screenPrivateIndex); free (cfd); }
static void snowglobeFiniDisplay (CompPlugin *p, CompDisplay *d) { SNOWGLOBE_DISPLAY (d); freeScreenPrivateIndex(d, ad->screenPrivateIndex); free(ad); }
static void snowFiniDisplay (CompPlugin *p, CompDisplay *d) { SNOW_DISPLAY (d); freeScreenPrivateIndex (d, sd->screenPrivateIndex); free (sd); }
static void cubemodelFiniDisplay (CompPlugin *p, CompDisplay *d) { CUBEMODEL_DISPLAY (d); freeScreenPrivateIndex (d, cmd->screenPrivateIndex); free (cmd); }
static void elementsFiniDisplay (CompPlugin *p, CompDisplay *d) { E_DISPLAY (d); freeScreenPrivateIndex (d, ed->privateIndex); free (ed); }
static void wizardFiniDisplay (CompPlugin *p, CompDisplay *d) { WIZARD_DISPLAY (d); //Free the private index freeScreenPrivateIndex (d, wd->screenPrivateIndex); //Free the pointer free (wd); }
static void titleinfoFiniDisplay(CompPlugin * p, CompDisplay * d) { TITLEINFO_DISPLAY(d); freeScreenPrivateIndex(d, td->screenPrivateIndex); UNWRAP(td, d, handleEvent); free(td); }
static void snapFiniDisplay(CompPlugin * p, CompDisplay * d) { SNAP_DISPLAY(d); freeScreenPrivateIndex(d, sd->screenPrivateIndex); UNWRAP(sd, d, handleEvent); free(sd); }
static void throwFiniDisplay (CompPlugin *p, CompDisplay *d) { THROW_DISPLAY (d); freeScreenPrivateIndex (d, td->screenPrivateIndex); free (td); }
static void minFiniDisplay(CompPlugin * p, CompDisplay * d) { MIN_DISPLAY(d); freeScreenPrivateIndex(d, md->screenPrivateIndex); UNWRAP(md, d, handleEvent); free(md); }
static void NEGFiniDisplay (CompPlugin *p, CompDisplay *d) { NEG_DISPLAY (d); freeScreenPrivateIndex (d, nd->screenPrivateIndex); free (nd); }
static void tileFiniDisplay (CompPlugin *p, CompDisplay *d) { TILE_DISPLAY (d); /* Free the private index */ freeScreenPrivateIndex (d, td->screenPrivateIndex); free (td); }
static void scaleaddonFiniDisplay(CompPlugin * p, CompDisplay * d) { ADDON_DISPLAY(d); UNWRAP(ad, d, handleEvent); UNWRAP(ad, d, handleCompizEvent); freeScreenPrivateIndex(d, ad->screenPrivateIndex); free(ad); }
static void smartputFiniDisplay (CompPlugin *p, CompDisplay *d) { SMARTPUT_DISPLAY (d); freeScreenPrivateIndex (d, spd->screenPrivateIndex); UNWRAP (spd, d, handleEvent); free (spd); }
static void magFiniDisplay (CompPlugin *p, CompDisplay *d) { MAG_DISPLAY (d); /* Free the private index */ freeScreenPrivateIndex (d, md->screenPrivateIndex); /* Free the pointer */ free (md); }
static void wsnamesFiniDisplay (CompPlugin *p, CompDisplay *d) { WSNAMES_DISPLAY (d); freeScreenPrivateIndex (wd->screenPrivateIndex); UNWRAP (wd, d, handleEvent); free (wd); }
static void cloneFiniDisplay(CompPlugin * p, CompDisplay * d) { CLONE_DISPLAY(d); freeScreenPrivateIndex(d, cd->screenPrivateIndex); UNWRAP(cd, d, handleEvent); compFiniDisplayOptions(d, cd->opt, CLONE_DISPLAY_OPTION_NUM); free(cd); }
static void fadeFiniDisplay (CompPlugin *p, CompDisplay *d) { FADE_DISPLAY (d); freeScreenPrivateIndex (d, fd->screenPrivateIndex); UNWRAP (fd, d, handleEvent); free (fd); }
static void thumbFiniDisplay (CompPlugin *p, CompDisplay *d) { THUMB_DISPLAY (d); freeScreenPrivateIndex (td->screenPrivateIndex); UNWRAP (td, d, handleEvent); free (td); }
static void ringFiniDisplay (CompPlugin *p, CompDisplay *d) { RING_DISPLAY (d); freeScreenPrivateIndex (d, rd->screenPrivateIndex); UNWRAP (rd, d, handleEvent); free (rd); }
/* * groupFiniDisplay * */ static void groupFiniDisplay (CompPlugin *p, CompDisplay *d) { GROUP_DISPLAY (d); freeScreenPrivateIndex (gd->screenPrivateIndex); UNWRAP (gd, d, handleEvent); free (gd); }
static void waterFiniDisplay(CompPlugin * p, CompDisplay * d) { WATER_DISPLAY(d); freeScreenPrivateIndex(d, wd->screenPrivateIndex); UNWRAP(wd, d, handleEvent); compFiniDisplayOptions(d, wd->opt, WATER_DISPLAY_OPTION_NUM); free(wd); }
static void colorFilterFiniDisplay (CompPlugin *p, CompDisplay *d) { FILTER_DISPLAY (d); UNWRAP (cfd, d, handleEvent); freeScreenPrivateIndex (cfd->screenPrivateIndex); free (cfd); }
static void screenSaverFiniDisplay (CompPlugin *p, CompDisplay *d) { SCREENSAVER_DISPLAY (d); screenSaverSetXScreenSaver(d,FALSE); UNWRAP (sd, d, handleEvent); delete sd->effect; freeScreenPrivateIndex (d, sd->screenPrivateIndex); free (sd); }
static void winrulesFiniDisplay (CompPlugin *p, CompDisplay *d) { WINRULES_DISPLAY (d); freeScreenPrivateIndex (wd->screenPrivateIndex); UNWRAP (wd, d, handleEvent); UNWRAP (wd, d, matchPropertyChanged); free (wd); }
static void zoomFiniDisplay(CompPlugin *p, CompDisplay *d) { ZOOM_DISPLAY(d); freeScreenPrivateIndex(d, zd->screenPrivateIndex); UNWRAP(zd, d, handleEvent); compFiniDisplayOptions(d, zd->opt, ZOOM_DISPLAY_OPTION_NUM); free(zd); }
static void videoFiniDisplay(CompPlugin *p, CompDisplay *d) { VIDEO_DISPLAY(d); freeScreenPrivateIndex(d, vd->screenPrivateIndex); UNWRAP(vd, d, handleEvent); compFiniDisplayOptions(d, vd->opt, VIDEO_DISPLAY_OPTION_NUM); free(vd); }
static void decorFiniDisplay (CompPlugin *p, CompDisplay *d) { DECOR_DISPLAY (d); freeScreenPrivateIndex (d, dd->screenPrivateIndex); UNWRAP (dd, d, handleEvent); UNWRAP (dd, d, matchPropertyChanged); compFiniDisplayOptions (d, dd->opt, DECOR_DISPLAY_OPTION_NUM); free (dd); }
static void fadeFiniDisplay(CompPlugin *p, CompDisplay *d) { FADE_DISPLAY(d); freeScreenPrivateIndex(d, fd->screenPrivateIndex); matchFini(&fd->alwaysFadeWindowMatch); UNWRAP(fd, d, handleEvent); UNWRAP(fd, d, matchExpHandlerChanged); free(fd); }
static void opacifyFiniDisplay (CompPlugin *p, CompDisplay *d) { OPACIFY_DISPLAY (d); UNWRAP (od, d, handleEvent); if (od->timeoutHandle) compRemoveTimeout (od->timeoutHandle); freeScreenPrivateIndex (od->screenPrivateIndex); free (od); }