diff options
author | joerg <joerg> | 2006-05-15 21:56:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-15 21:56:56 +0000 |
commit | d5c719433ae75312c59c620c0a834fb4c4137c37 (patch) | |
tree | 41a3ce9b951d7fe56acd04650fb900e2d03fd6f4 /x11/acidlaunch/patches | |
parent | 912c2f800130ac0534b17db983b5fc2e55223a15 (diff) | |
download | pkgsrc-d5c719433ae75312c59c620c0a834fb4c4137c37.tar.gz |
Use and fix C++.
Diffstat (limited to 'x11/acidlaunch/patches')
-rw-r--r-- | x11/acidlaunch/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/acidlaunch/patches/patch-aa b/x11/acidlaunch/patches/patch-aa new file mode 100644 index 00000000000..a8d0c715f8e --- /dev/null +++ b/x11/acidlaunch/patches/patch-aa @@ -0,0 +1,13 @@ +$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(); |