[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-189-g853f1ef)
The branch, master has been updated
via 853f1ef289fb7ebd7406ede1e48940a07772a756 (commit)
from 70aafe1fbdf43ae5e24eb334201b1f168ad2a5ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/x_window.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
=================
Commit Messages
=================
commit 853f1ef289fb7ebd7406ede1e48940a07772a756
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Sep 27 22:50:20 2008 +0100
Remove some commented out code in x_window_create_main () (CODE!)
Tidyup where the window used to be painted black at startup.
:100644 100644 c5598e2... 8d3a224... M gschem/src/x_window.c
=========
Changes
=========
commit 853f1ef289fb7ebd7406ede1e48940a07772a756
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Sep 27 22:50:20 2008 +0100
Remove some commented out code in x_window_create_main () (CODE!)
Tidyup where the window used to be painted black at startup.
diff --git a/gschem/src/x_window.c b/gschem/src/x_window.c
index c5598e2..8d3a224 100644
--- a/gschem/src/x_window.c
+++ b/gschem/src/x_window.c
@@ -579,13 +579,6 @@ void x_window_create_main(GSCHEM_TOPLEVEL *w_current)
w_current->window = w_current->drawing_area->window;
- /* draw a black rectangle in drawing area just to make it look nice */
- /* don't do this now */
- /* gdk_draw_rectangle(window, main_window->style->black_gc, TRUE, 0, 0,
- * win_width, win_height);
- *
- */
-
w_current->backingstore = gdk_pixmap_new(w_current->window,
w_current->drawing_area->allocation.width,
w_current->drawing_area->allocation.height,
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs