$NetBSD: patch-aa,v 1.1 2006/05/15 21:56:56 joerg Exp $

--- src/launcherwindow.cc.orig	2006-05-15 21:49:23.000000000 +0000
+++ src/launcherwindow.cc
@@ -52,7 +52,7 @@ LauncherWindow::LauncherWindow()
 	gtk_widget_realize(_window);
 	
 	/* ditch the window decorations */
-	gdk_window_set_decorations(_window->window, (enum GdkWMDecoration)0);
+	gdk_window_set_decorations(_window->window, (GdkWMDecoration)0);
 
 	/* create the notebook for the main window */
 	_notebook = gtk_notebook_new();
