diff options
author | Matthias Hopf <mat@mshopf.de> | 2004-11-23 14:35:23 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2004-11-23 14:35:23 +0000 |
commit | cd4bd88a01a28e3d7d2e12eebce6a73c551ef134 (patch) | |
tree | b73240f9a4ae0cdef12de3bd7c37129e60afe213 /include | |
parent | 100a9d0edde1bf122b142b06345dc6601f56b360 (diff) | |
download | xine-lib-cd4bd88a01a28e3d7d2e12eebce6a73c551ef134.tar.gz xine-lib-cd4bd88a01a28e3d7d2e12eebce6a73c551ef134.tar.bz2 |
Added new message type XINE_GUI_SEND_WILL_DESTROY_DRAWABLE.
Fixed bugs in mmx code path of MODE_32_BGR conversion.
CVS patchset: 7148
CVS date: 2004/11/23 14:35:23
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 * |