[GnomeMeeting-devel-list] Stupid patch



This one can probably go in even for 1.2...

Snark
diff -urN gnomemeeting/src/main_window.cpp gnomemeeting.patched/src/main_window.cpp
--- gnomemeeting/src/main_window.cpp	2004-10-26 17:57:02 +0200
+++ gnomemeeting.patched/src/main_window.cpp	2004-11-03 18:06:44 +0100
@@ -2260,7 +2260,7 @@
 }
 
 
-gboolean 
+static gboolean 
 found_url_cb (GtkEntryCompletion *completion,
 	      const gchar *key,
 	      GtkTreeIter *iter,
@@ -2469,7 +2469,7 @@
 }
 
 
-gboolean
+static gboolean
 delete_incoming_call_dialog_cb (GtkWidget *w,
 				GdkEvent *ev,
 				gpointer data)
@@ -2491,8 +2491,9 @@
 
 
 /* Public functions */
-void gm_main_window_press_dialpad (GtkWidget *main_window,
-				   const char c)
+void
+gm_main_window_press_dialpad (GtkWidget *main_window,
+			      const char c)
 {
   guint key = 0;
 
@@ -4125,7 +4126,8 @@
 
 
 /* The main () */
-int main (int argc, char ** argv, char ** envp)
+int
+main (int argc, char ** argv, char ** envp)
 {
   PProcess::PreInitialise (argc, argv, envp);
 
@@ -4272,10 +4274,11 @@
 
 
 #ifdef WIN32
-int APIENTRY WinMain(HINSTANCE hInstance,
-		     HINSTANCE hPrevInstance,
-		     LPSTR     lpCmdLine,
-		     int       nCmdShow)
+int APIENTRY
+WinMain(HINSTANCE hInstance,
+	HINSTANCE hPrevInstance,
+	LPSTR     lpCmdLine,
+	int       nCmdShow)
 {
   return main (0, NULL, NULL);
 }


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