Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Esteban Blanc
proview
Commits
e781499c
Commit
e781499c
authored
Jun 25, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Context ponters added to login backcall functions
parent
b89657ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wb/exe/wb/src/wb_main.h
wb/exe/wb/src/wb_main.h
+3
-3
No files found.
wb/exe/wb/src/wb_main.h
View file @
e781499c
/*
* Proview $Id: wb_main.h,v 1.
1 2007-01-04 07:29:02
claes Exp $
* Proview $Id: wb_main.h,v 1.
2 2008-06-25 07:54:30
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -66,8 +66,8 @@ class Wb {
static
void
find_wnav_cb
(
void
*
ctx
,
pwr_tOid
oid
);
static
void
find_plc_cb
(
void
*
ctx
,
pwr_tOid
oid
);
static
void
login_success
();
static
void
login_cancel
();
static
void
login_success
(
void
*
ctx
);
static
void
login_cancel
(
void
*
ctx
);
static
void
wtt_close
(
void
*
wttctx
);
static
int
time_to_exit
(
void
*
wttctx
);
static
void
wtt_open_volume
(
void
*
wttctx
,
wb_eType
type
,
char
*
filename
,
...
...
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