]> git.sesse.net Git - vlc/blobdiff - plugins/glide/glide.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / glide / glide.c
index 4e8efa84b37527ddae594576a280dd66bb4dda68..ae73ac5ddec716077b2bf0effe52176da45fb40a 100644 (file)
@@ -2,7 +2,7 @@
  * glide.c : 3dfx Glide plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: glide.c,v 1.15 2002/06/01 12:31:59 sam Exp $
+ * $Id: glide.c,v 1.16 2002/07/20 18:01:42 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -84,7 +84,7 @@ MODULE_DEACTIVATE_STOP
  * This structure is part of the video output thread descriptor.
  * It describes the Glide specific properties of an output thread.
  *****************************************************************************/
-struct vout_sys_s
+struct vout_sys_t
 {
     GrLfbInfo_t                 p_buffer_info;           /* back buffer info */