[Commits] gtkcmclist.h 1.1.2.7 1.1.2.8

colin at claws-mail.org colin at claws-mail.org
Sun Oct 23 22:54:21 CEST 2011


Update of /home/claws-mail/claws/src/gtk
In directory claws-mail:/tmp/cvs-serv1452/src/gtk

Modified Files:
      Tag: gtk2
	gtkcmclist.h 
Log Message:
2011-10-23 [colin]	3.7.10cvs45

	* src/gtk/gtkcmclist.h
		Fix build (this was not meant to be commited)

Index: gtkcmclist.h
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/Attic/gtkcmclist.h,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- gtkcmclist.h	23 Oct 2011 20:50:48 -0000	1.1.2.7
+++ gtkcmclist.h	23 Oct 2011 20:54:19 -0000	1.1.2.8
@@ -206,6 +206,13 @@
   GtkAdjustment *hadjustment;
   GtkAdjustment *vadjustment;
   
+  /* xor GC for the vertical drag line */
+  GdkGC *xor_gc;
+  
+  /* gc for drawing unselected cells */
+  GdkGC *fg_gc;
+  GdkGC *bg_gc;
+  
   /* cursor used to indicate dragging */
   GdkCursor *cursor_drag;
   



More information about the Commits mailing list