aboutsummaryrefslogtreecommitdiff
path: root/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-06-12 14:57:38 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-06-12 17:29:46 +0200
commit3084c95cf968dcb4d901b77ee73672e25fa07484 (patch)
tree75a01bdef3d6e04fba7192a94e6b737a721f236c /lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h
parentaff67bc8f9dc934fc8a048ac345ea4f7c21ba350 (diff)
downloadexperiment-player-3084c95cf968dcb4d901b77ee73672e25fa07484.tar.gz
don't render into invisible area of the text layer
it is unknown how large that area has to be in order for every contribution to fit in
Diffstat (limited to 'lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h')
-rw-r--r--lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h b/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h
index af9a16f..98c689c 100644
--- a/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h
+++ b/lib/gtk-experiment-widgets/gtk-experiment-transcript-private.h
@@ -58,8 +58,6 @@ struct _GtkExperimentTranscriptPrivate {
#define DEFAULT_WIDTH 100
#define DEFAULT_HEIGHT 200
-#define LAYER_TEXT_INVISIBLE 100
-
/** @todo scale should be configurable */
#define PX_PER_SECOND 15
#define TIME_TO_PX(TIME) ((TIME)/(1000/PX_PER_SECOND))