mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red...
This commit is contained in:
@@ -25,11 +25,13 @@
|
||||
#ifndef TG_MSGWIN_H
|
||||
#define TG_MSGWIN_H
|
||||
|
||||
#include "tr_core.h"
|
||||
|
||||
void
|
||||
msgwin_init( void );
|
||||
|
||||
GtkWidget *
|
||||
msgwin_create( void );
|
||||
msgwin_create( TrCore* core );
|
||||
|
||||
void
|
||||
msgwin_update( void );
|
||||
|
||||
Reference in New Issue
Block a user