diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 021d34327..ac84121b4 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.132 2004/10/26 20:10:26 miguelfreitas Exp $ + * $Id: xine.h.in,v 1.133 2004/11/23 14:35:23 mshopf Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1182,6 +1182,9 @@ typedef struct { /* XVisualInfo **data */ #define XINE_GUI_SEND_SELECT_VISUAL 8 +/* Gui is about to destroy drawable */ +#define XINE_GUI_SEND_WILL_DESTROY_DRAWABLE 9 + /********************************************************************* * xine health check stuff * |