Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
gnome-usage
Commits
0470fcd2
Commit
0470fcd2
authored
Oct 12, 2016
by
Petr Štětka
Browse files
*Added Graph for load cpu, only for test.
*Added external egg, and rg
parent
616d9a19
Changes
1
Hide whitespace changes
Inline
Side-by-side
external/rg/rg.h
deleted
100644 → 0
View file @
616d9a19
/* rg.h
*
* Copyright (C) 2015 Christian Hergert <christian@hergert.me>
*
* This file is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 3 of the
* License, or (at your option) any later version.
*
* This file is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef RG_H
#define RG_H
#include <gtk/gtk.h>
G_BEGIN_DECLS
#include "rg-column.h"
#include "rg-cpu-graph.h"
#include "rg-cpu-table.h"
#include "rg-graph.h"
#include "rg-line-renderer.h"
#include "rg-renderer.h"
#include "rg-table.h"
G_END_DECLS
#endif
/* RG_H */
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