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
3ddda0cf
Commit
3ddda0cf
authored
May 21, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Open xtt and opplace added
parent
fb07ff9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
xtt/exe/rt_statusmon/gtk/os_linux/link_rule.mk
xtt/exe/rt_statusmon/gtk/os_linux/link_rule.mk
+1
-1
xtt/exe/rt_statusmon/gtk/rt_statusmon_gtk.cpp
xtt/exe/rt_statusmon/gtk/rt_statusmon_gtk.cpp
+3
-2
No files found.
xtt/exe/rt_statusmon/gtk/os_linux/link_rule.mk
View file @
3ddda0cf
...
...
@@ -9,7 +9,7 @@ link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/rt_statusmon_gtk \
-L
/opt/gnome/lib
\
-lpwr_statussrv
-lpwr_ge_gtk
-lpwr_ge
-lpwr_wb_gtk
-lpwr_wb
-lpwr_wb_gtk
-l
pwr_wb
-lpwr_ge_gtk
-lpwr_ge
\
-lpwr_flow_gtk
-lpwr_flow
-lpwr_glow_gtk
-lpwr_glow
-lpwr_rt_gtk
-lpwr_rt
\
-lpwr_co_gtk
-lpwr_co
-lpwr_flow_gtk
-lpwr_flow
\
-lpwr_co_gtk
-lpwr_co
-lpwr_
rt
-lpwr_co
-lpwr_
flow_gtk
-lpwr_flow
\
`
pkg-config
--libs
gtk+-2.0
`
\
-lpwr_msg_dummy
-lantlr
\
-lrpcsvc
-lpthread
-lm
-ldb_cxx
-lz
...
...
xtt/exe/rt_statusmon/gtk/rt_statusmon_gtk.cpp
View file @
3ddda0cf
/*
* Proview $Id: rt_statusmon_gtk.cpp,v 1.
2 2007-05-16 12:36:07
claes Exp $
* Proview $Id: rt_statusmon_gtk.cpp,v 1.
3 2007-05-21 14:26:54
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -24,6 +24,7 @@
#include <gtk/gtk.h>
#include "pwr.h"
#include "co_msgwindow.h"
#include "co_statusmon_nodelist_gtk.h"
static
void
usage
()
...
...
@@ -51,7 +52,7 @@ int main( int argc, char *argv[])
gtk_init
(
&
argc
,
&
argv
);
Nodelist
*
nl
=
new
NodelistGtk
(
NULL
,
NULL
,
"Status Monitor"
,
&
sts
);
Nodelist
*
nl
=
new
NodelistGtk
(
NULL
,
NULL
,
"Status Monitor"
,
msgw_ePop_No
,
&
sts
);
nl
->
close_cb
=
statusmon_close
;
nl
->
set_scantime
(
3
);
...
...
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