Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4c2a2111
Commit
4c2a2111
authored
Dec 02, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gphoto.ds: Make some functions and variables static.
parent
5a2a9144
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
gphoto2_i.h
dlls/gphoto2.ds/gphoto2_i.h
+0
-10
gphoto2_main.c
dlls/gphoto2.ds/gphoto2_main.c
+1
-1
ui.c
dlls/gphoto2.ds/ui.c
+2
-2
No files found.
dlls/gphoto2.ds/gphoto2_i.h
View file @
4c2a2111
...
...
@@ -103,16 +103,6 @@ struct tagActiveDS
/* Helper functions */
extern
TW_UINT16
GPHOTO2_SaneCapability
(
pTW_CAPABILITY
pCapability
,
TW_UINT16
action
);
/* */
extern
TW_UINT16
GPHOTO2_ControlGroupHandler
(
pTW_IDENTITY
pOrigin
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
extern
TW_UINT16
GPHOTO2_ImageGroupHandler
(
pTW_IDENTITY
pOrigin
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
extern
TW_UINT16
GPHOTO2_AudioGroupHandler
(
pTW_IDENTITY
pOrigin
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
extern
TW_UINT16
GPHOTO2_SourceManagerHandler
(
pTW_IDENTITY
pOrigin
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
TW_MEMREF
pData
);
/* Implementation of operation triplets
* From Application to Source (Control Information) */
TW_UINT16
GPHOTO2_CapabilityGet
(
pTW_IDENTITY
pOrigin
,
TW_MEMREF
pData
);
...
...
dlls/gphoto2.ds/gphoto2_main.c
View file @
4c2a2111
...
...
@@ -311,7 +311,7 @@ static TW_UINT16 GPHOTO2_SourceControlHandler (
}
TW_UINT16
GPHOTO2_ImageGroupHandler
(
static
TW_UINT16
GPHOTO2_ImageGroupHandler
(
pTW_IDENTITY
pOrigin
,
TW_UINT16
DAT
,
TW_UINT16
MSG
,
...
...
dlls/gphoto2.ds/ui.c
View file @
4c2a2111
...
...
@@ -39,8 +39,8 @@
#include "wine/debug.h"
#include "resource.h"
LPCSTR
settings_key
=
"Software
\\
Wine
\\
Gphoto2"
;
LPCSTR
settings_value
=
"SkipUI"
;
static
const
char
settings_key
[]
=
"Software
\\
Wine
\\
Gphoto2"
;
static
const
char
settings_value
[]
=
"SkipUI"
;
static
BOOL
disable_dialog
;
static
HBITMAP
static_bitmap
;
...
...
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