[gq-commit] gq/src mainwin.c,1.50,1.51
Status: Beta
Brought to you by:
sur5r
|
From: <sta...@us...> - 2003-10-21 07:29:35
|
Update of /cvsroot/gqclient/gq/src
In directory sc8-pr-cvs1:/tmp/cvs-serv24686
Modified Files:
mainwin.c
Log Message:
* Fixed a gtk 1 related compilation problem
Index: mainwin.c
===================================================================
RCS file: /cvsroot/gqclient/gq/src/mainwin.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** mainwin.c 21 Oct 2003 04:53:50 -0000 1.50
--- mainwin.c 21 Oct 2003 06:31:10 -0000 1.51
***************
*** 307,311 ****
--- 307,313 ----
win->ml_window = NULL;
win->ml_text = NULL;
+ #if GTK_MAJOR >= 2
win->ml_buffer = NULL;
+ #endif
}
|