antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/xshell button.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/xshell button.c
Date: Wed, 05 Sep 2007 17:36:50 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/09/05 17:36:50

Modified files:
        xshell         : button.c 

Log message:
        Print layout data only when DEBUG defined.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/xshell/button.c?cvsroot=antiright&r1=1.9&r2=1.10

Patches:
Index: button.c
===================================================================
RCS file: /sources/antiright/antiright/xshell/button.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- button.c    1 Sep 2007 18:13:07 -0000       1.9
+++ button.c    5 Sep 2007 17:36:50 -0000       1.10
@@ -144,10 +144,10 @@
                layout->row_count < layout->max_row_count
                ? layout->row_count+1:0)), 
                XSH_WIDGET_WIDTH, XSH_WIDGET_HEIGHT);
-/*#ifdef DEBUG */
+#ifdef DEBUG
        printf("layout->row_count: %d\nlayout->max_row_count: %d\n",
                layout->row_count, layout->max_row_count);
-/* #endif */
+#endif
        if(layout->row_count==0)
                layout->column_count++; 
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]