]> git.sesse.net Git - vlc/blobdiff - plugins/macosx/vout_macosx.c
* Coding style fixes here and there.
[vlc] / plugins / macosx / vout_macosx.c
index 7690712af18173954f0c0248348ce5f9da7ea9ce..5a88ca9b1f44f459d6b68ebf9edad081a2d43741 100644 (file)
@@ -340,7 +340,8 @@ static int MakeWindow( vout_thread_t *p_vout )
 }
 
 /*****************************************************************************
- * AllocBuffer: forces offscreen allocation (if different than current) in memory type specified
+ * AllocBuffer: forces offscreen allocation (if different than current) in
+ * memory type specified
  *****************************************************************************/
 static int AllocBuffer ( vout_thread_t *p_vout, short index )
 {
@@ -462,7 +463,7 @@ static void vout_Display( vout_thread_t *p_vout )
 
 /*****************************************************************************
  * flushQD: flushes buffered window area
 *****************************************************************************/
+ *****************************************************************************/
 void flushQD( vout_thread_t *p_vout )
 {
     CGrafPtr thePort;
@@ -491,7 +492,7 @@ void flushQD( vout_thread_t *p_vout )
 
 /*****************************************************************************
  * BlitToWindow: checks offscreen and blits it to the front
 *****************************************************************************/
+ *****************************************************************************/
 
 void BlitToWindow( vout_thread_t *p_vout, short index )
 {