blob: a0bdaa04eea499f8cebbf4de9fcf26b4d2367f5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2008/01/09 18:27:35 kristerw Exp $
--- lwlib/xlwmenu.c.orig 2008-01-09 19:14:56.000000000 +0100
+++ lwlib/xlwmenu.c 2008-01-09 19:15:25.000000000 +0100
@@ -28,7 +28,7 @@
#include <X11/ObjectP.h>
#include <X11/StringDefs.h>
#include <X11/cursorfont.h>
-#include <X11/bitmaps/gray>
+#include "bitmaps/gray.xbm"
#include "xlwmenuP.h"
static int pointer_grabbed;
|