Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
a7f674b8
Commit
a7f674b8
authored
Apr 07, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compilation fixes
parent
7860203e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
modules/access/screen/mac.c
modules/access/screen/mac.c
+10
-7
No files found.
modules/access/screen/mac.c
View file @
a7f674b8
/*****************************************************************************
* mac.c: Screen capture module for the Mac.
*****************************************************************************
* Copyright (C) 2004 the VideoLAN team
* Copyright (C) 2004
, 2008
the VideoLAN team
* $Id$
*
* Authors: Derk-Jan Hartman <hartman at videolan dot org>
* arai <arai_a@mac.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -24,14 +25,16 @@
/*****************************************************************************
* Preamble
*****************************************************************************/
#i
nclude
<stdlib.h>
#i
mport
<stdlib.h>
#include <vlc/vlc.h>
#include <vlc/input.h>
#ifdef HAVE_CONFIG_H
# import "config.h"
#endif
#import <vlc/vlc.h>
#import <ApplicationServices/ApplicationServices.h>
#import <OpenGL/OpenGL.h>
#include <GL/gl.h>
#include <ApplicationServices/ApplicationServices.h>
typedef
int
CGSConnectionRef
;
extern
CGError
CGSNewConnection
(
void
*
,
CGSConnectionRef
*
);
...
...
@@ -42,7 +45,7 @@ extern CGError CGSGetGlobalCursorData( CGSConnectionRef, unsigned char *,
int
*
,
int
*
,
int
*
);
extern
CGError
CGSGetCurrentCursorLocation
(
CGSConnectionRef
,
CGPoint
*
);
#i
nclude
"screen.h"
#i
mport
"screen.h"
struct
screen_data_t
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment