Show
Ignore:
Timestamp:
09/09/06 15:32:50 (6 years ago)
Author:
ath
Message:

Add a level meter to the mixer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fm_gui/trunk/src/main.c

    r111 r118  
    66#include "global.h" 
    77#include "base.h" 
     8#include "tx_widgets/tX_widgets.h" 
    89 
    910 
     
    2122        g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS & G_TYPE_DEBUG_SIGNALS & G_TYPE_DEBUG_MASK); 
    2223        gtk_init (&argc, &argv); 
     24        gtk_tx_widgets_init (); 
    2325 
    2426        static gchar *hostname = "localhost";