Changeset a7f674b8d2d0fb9378ed6aab1257f49b8447f1f2

Show
Ignore:
Timestamp:
04/07/08 15:34:55 (5 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1207575295 +0200
git-parent:

[7860203e37aba4c10a2a97700994e21060f8e768]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1207575295 +0200
Message:

Compilation fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/screen/mac.c

    r04a7130 ra7f674b  
    22 * mac.c: Screen capture module for the Mac. 
    33 ***************************************************************************** 
    4  * Copyright (C) 2004 the VideoLAN team 
     4 * Copyright (C) 2004, 2008 the VideoLAN team 
    55 * $Id$ 
    66 * 
    77 * Authors: Derk-Jan Hartman <hartman at videolan dot org> 
     8 *          arai <arai_a@mac.com> 
    89 * 
    910 * This program is free software; you can redistribute it and/or modify 
     
    2526 * Preamble 
    2627 *****************************************************************************/ 
    27 #include <stdlib.h> 
    28  
    29 #include <vlc/vlc.h> 
    30 #include <vlc/input.h> 
    31  
     28#import <stdlib.h> 
     29 
     30#ifdef HAVE_CONFIG_H 
     31# import "config.h" 
     32#endif 
     33 
     34#import <vlc/vlc.h> 
     35 
     36#import <ApplicationServices/ApplicationServices.h> 
    3237#import <OpenGL/OpenGL.h> 
    33 #include <GL/gl.h> 
    34 #include <ApplicationServices/ApplicationServices.h> 
    3538 
    3639typedef int CGSConnectionRef; 
     
    4346extern CGError CGSGetCurrentCursorLocation( CGSConnectionRef, CGPoint * ); 
    4447 
    45 #include "screen.h" 
     48#import "screen.h" 
    4649 
    4750struct screen_data_t