From: erg Date: Wed, 19 Mar 2008 21:43:59 +0000 (+0000) Subject: Clean up smyrna files: X-Git-Tag: LAST_LIBGRAPH~32^2~4465 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91e4896559b1f087e56007b77ed630e48301eaf0;p=graphviz Clean up smyrna files: remove unnecessary globals modify libraries not to rely on code in cmd/smyrna remove static declarations from .h files remove unnecessary libraries mark unused code and clean up warnings --- diff --git a/cmd/smyrna/gui/glmenu.h b/cmd/smyrna/gui/glmenu.h index b520c06eb..942fd4421 100644 --- a/cmd/smyrna/gui/glmenu.h +++ b/cmd/smyrna/gui/glmenu.h @@ -1,6 +1,21 @@ +/* vim:set shiftwidth=4 ts=8: */ + +/********************************************************** +* This software is part of the graphviz package * +* http://www.graphviz.org/ * +* * +* Copyright (c) 1994-2004 AT&T Corp. * +* and is licensed under the * +* Common Public License, Version 1.0 * +* by AT&T Corp. * +* * +* Information and Software Systems Research * +* AT&T Research, Florham Park NJ * +**********************************************************/ + #ifndef GLMENU_H #define GLMENU_H #include "viewport.h" -GtkWidget* create_popup_menu (GtkWidget* drawing_area); +GtkWidget *create_popup_menu(GtkWidget * drawing_area); #endif