mirror of https://github.com/daleclack/My_GtkUi
delete debug code
This commit is contained in:
parent
f325d30dd4
commit
e14ff05ea0
|
@ -186,7 +186,7 @@ static void main_win_init(MainWin * win){
|
|||
win->width=800;
|
||||
win->height=450;
|
||||
get_config(&(win->width),&(win->height));
|
||||
g_print("%d %d",win->width,win->height);
|
||||
//g_print("%d %d",win->width,win->height);
|
||||
|
||||
//Initailze Window
|
||||
gtk_window_set_icon_name(GTK_WINDOW(win),"My_GtkUI");
|
||||
|
|
Loading…
Reference in New Issue