uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?

Original commit message from CVS:
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
This commit is contained in:
Benjamin Otte 2003-05-12 16:25:26 +00:00
parent f85aa367f8
commit 8252b54d9f

View file

@ -33,8 +33,9 @@ enum {
HAVE_XID,
HAVE_VIS_XID,
HAVE_VIDEO_SIZE,
LAST_SIGNAL,
PIPELINE_ERROR,
/* put additional signals before this comment */
LAST_SIGNAL,
};
/* this struct is used to decouple signals coming out of threaded pipelines */