Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9359fd2f
Commit
9359fd2f
authored
May 12, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gphoto2.ds: Spelling fix.
parent
6e660bb2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
ds_ctrl.c
dlls/gphoto2.ds/ds_ctrl.c
+2
-2
ds_image.c
dlls/gphoto2.ds/ds_image.c
+4
-4
gphoto2_i.h
dlls/gphoto2.ds/gphoto2_i.h
+1
-1
ui.c
dlls/gphoto2.ds/ui.c
+1
-1
No files found.
dlls/gphoto2.ds/ds_ctrl.c
View file @
9359fd2f
...
...
@@ -363,8 +363,8 @@ TW_UINT16 GPHOTO2_PendingXfersEndXfer (pTW_IDENTITY pOrigin,
activeDS
.
currentState
=
5
;
/* Notify the application that it can close the data source */
activeDS
.
pendingEvent
.
TWMessage
=
MSG_CLOSEDSREQ
;
/* close any Transfering dialog */
TransferingDialogBox
(
activeDS
.
progressWnd
,
-
1
);
/* close any Transfer
r
ing dialog */
Transfer
r
ingDialogBox
(
activeDS
.
progressWnd
,
-
1
);
activeDS
.
progressWnd
=
0
;
}
activeDS
.
twCC
=
TWCC_SUCCESS
;
...
...
dlls/gphoto2.ds/ds_image.c
View file @
9359fd2f
...
...
@@ -316,8 +316,8 @@ TW_UINT16 GPHOTO2_ImageMemXferGet (pTW_IDENTITY pOrigin,
}
if
(
!
activeDS
.
progressWnd
)
activeDS
.
progressWnd
=
TransferingDialogBox
(
NULL
,
0
);
TransferingDialogBox
(
activeDS
.
progressWnd
,
0
);
activeDS
.
progressWnd
=
Transfer
r
ingDialogBox
(
NULL
,
0
);
Transfer
r
ingDialogBox
(
activeDS
.
progressWnd
,
0
);
activeDS
.
currentState
=
7
;
}
else
{
...
...
@@ -355,7 +355,7 @@ TW_UINT16 GPHOTO2_ImageMemXferGet (pTW_IDENTITY pOrigin,
pImageMemXfer
->
Columns
=
activeDS
.
jd
.
output_width
;
/* we do whole strips */
pImageMemXfer
->
BytesWritten
=
curoff
;
TransferingDialogBox
(
activeDS
.
progressWnd
,
0
);
Transfer
r
ingDialogBox
(
activeDS
.
progressWnd
,
0
);
if
(
activeDS
.
jd
.
output_scanline
==
activeDS
.
jd
.
output_height
)
{
pjpeg_finish_decompress
(
&
activeDS
.
jd
);
...
...
@@ -364,7 +364,7 @@ TW_UINT16 GPHOTO2_ImageMemXferGet (pTW_IDENTITY pOrigin,
activeDS
.
file
=
NULL
;
TRACE
(
"xfer is done!
\n
"
);
/*TransferingDialogBox(activeDS.progressWnd, -1);*/
/*Transfer
r
ingDialogBox(activeDS.progressWnd, -1);*/
twRC
=
TWRC_XFERDONE
;
}
activeDS
.
twCC
=
TWRC_SUCCESS
;
...
...
dlls/gphoto2.ds/gphoto2_i.h
View file @
9359fd2f
...
...
@@ -247,7 +247,7 @@ TW_UINT16 GPHOTO2_RGBResponseSet
/* UI function */
BOOL
DoCameraUI
();
HWND
TransferingDialogBox
(
HWND
dialog
,
DWORD
progress
);
HWND
Transfer
r
ingDialogBox
(
HWND
dialog
,
DWORD
progress
);
#ifdef HAVE_GPHOTO2
/* Helper function for GUI */
...
...
dlls/gphoto2.ds/ui.c
View file @
9359fd2f
...
...
@@ -238,7 +238,7 @@ static INT_PTR CALLBACK ProgressProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM
return
FALSE
;
}
HWND
TransferingDialogBox
(
HWND
dialog
,
DWORD
progress
)
HWND
Transfer
r
ingDialogBox
(
HWND
dialog
,
DWORD
progress
)
{
if
(
!
dialog
)
dialog
=
CreateDialogW
(
GPHOTO2_instance
,
...
...
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