mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-ui: cleanup
This commit is contained in:
@ -31,8 +31,7 @@
|
|||||||
#include "sysprof-mark-visualizer-row.h"
|
#include "sysprof-mark-visualizer-row.h"
|
||||||
#include "sysprof-zoom-manager.h"
|
#include "sysprof-zoom-manager.h"
|
||||||
|
|
||||||
#define NSEC_PER_SEC G_GUINT64_CONSTANT(1000000000)
|
#define NSEC_PER_SEC G_GUINT64_CONSTANT(1000000000)
|
||||||
#define DEFAULT_PIXELS_PER_SECOND 20
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|||||||
@ -31,9 +31,6 @@
|
|||||||
#include "sysprof-visualizer-ticks.h"
|
#include "sysprof-visualizer-ticks.h"
|
||||||
#include "sysprof-visualizer-view.h"
|
#include "sysprof-visualizer-view.h"
|
||||||
|
|
||||||
#define NSEC_PER_SEC G_GINT64_CONSTANT(1000000000)
|
|
||||||
#define DEFAULT_PIXELS_PER_SECOND 20
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
SysprofCaptureReader *reader;
|
SysprofCaptureReader *reader;
|
||||||
@ -41,13 +38,13 @@ typedef struct
|
|||||||
SysprofSelection *selection;
|
SysprofSelection *selection;
|
||||||
|
|
||||||
SysprofVisualizerList *list;
|
SysprofVisualizerList *list;
|
||||||
GtkScrolledWindow *scroller;
|
GtkScrolledWindow *scroller;
|
||||||
SysprofVisualizerTicks *ticks;
|
SysprofVisualizerTicks *ticks;
|
||||||
|
|
||||||
gint64 drag_begin_at;
|
gint64 drag_begin_at;
|
||||||
gint64 drag_selection_at;
|
gint64 drag_selection_at;
|
||||||
|
|
||||||
guint button_pressed : 1;
|
guint button_pressed : 1;
|
||||||
} SysprofVisualizerViewPrivate;
|
} SysprofVisualizerViewPrivate;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|||||||
Reference in New Issue
Block a user