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
6f3a2bbf
Commit
6f3a2bbf
authored
Jul 26, 2013
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Multiview MB3 close disabled for ge cells fix
parent
8e4085c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
wb/lib/wb/src/wb_wge.cpp
wb/lib/wb/src/wb_wge.cpp
+2
-1
wb/lib/wb/src/wb_wge.h
wb/lib/wb/src/wb_wge.h
+1
-1
No files found.
wb/lib/wb/src/wb_wge.cpp
View file @
6f3a2bbf
...
...
@@ -79,13 +79,14 @@ void WGe::graph_init_cb( void *client_data)
}
void
WGe
::
graph_close_cb
(
void
*
client_data
)
int
WGe
::
graph_close_cb
(
void
*
client_data
)
{
WGe
*
ge
=
(
WGe
*
)
client_data
;
if
(
ge
->
modal
)
ge
->
terminated
=
1
;
else
delete
ge
;
return
1
;
}
int
WGe
::
wge_command_cb
(
void
*
ge_ctx
,
char
*
command
)
...
...
wb/lib/wb/src/wb_wge.h
View file @
6f3a2bbf
...
...
@@ -81,7 +81,7 @@ class WGe {
void
print
();
static
void
graph_init_cb
(
void
*
client_data
);
static
void
graph_close_cb
(
void
*
client_data
);
static
int
graph_close_cb
(
void
*
client_data
);
static
int
wge_command_cb
(
void
*
ge_ctx
,
char
*
command
);
static
int
wge_is_authorized_cb
(
void
*
ge_ctx
,
unsigned
int
access
);
static
void
message
(
void
*
ctx
,
char
severity
,
const
char
*
message
);
...
...
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