diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-06-20 17:46:58 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-06-20 17:46:58 +0000 |
commit | c317e203055a2012a24645bcec716787454e298d (patch) | |
tree | b67c66c7b0c43526d52a4fd3a61a2f01d02d9e51 /src/video_out | |
parent | c377b12618e546b6b7e706fa01f8129373a4c2fa (diff) | |
download | xine-lib-0.9.11.tar.gz xine-lib-0.9.11.tar.bz2 |
CVS patchset: 2107
CVS date: 2002/06/20 17:46:58
Diffstat (limited to 'src/video_out')
-rw-r--r-- | src/video_out/video_out_xshm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_out/video_out_xshm.c b/src/video_out/video_out_xshm.c index a7c07f1ca..db403c04a 100644 --- a/src/video_out/video_out_xshm.c +++ b/src/video_out/video_out_xshm.c @@ -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: video_out_xshm.c,v 1.76 2002/06/12 12:22:38 f1rmb Exp $ + * $Id: video_out_xshm.c,v 1.77 2002/06/20 17:47:13 siggi Exp $ * * video_out_xshm.c, X11 shared memory extension interface for xine * @@ -1368,6 +1368,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { case TrueColor: switch (this->depth) { case 24: + case 32: if (this->bpp == 32) { if (this->visual->red_mask == 0x00ff0000) mode = MODE_32_RGB; |