21 lines
578 B
Plaintext
21 lines
578 B
Plaintext
$OpenBSD: patch-wmbutton_h,v 1.1 2006/10/19 07:35:02 wilfried Exp $
|
|
--- wmbutton.h.orig Fri Feb 11 20:56:09 2005
|
|
+++ wmbutton.h Thu Oct 19 09:11:53 2006
|
|
@@ -2,11 +2,11 @@
|
|
/* Last Modified 3/27/04 */
|
|
|
|
/****** Include Files ***************************************************/
|
|
-#include <Xlib.h>
|
|
-#include <Xutil.h>
|
|
-#include <xpm.h>
|
|
-#include <extensions/shape.h>
|
|
-#include <keysym.h>
|
|
+#include <X11/Xlib.h>
|
|
+#include <X11/Xutil.h>
|
|
+#include <X11/xpm.h>
|
|
+#include <X11/extensions/shape.h>
|
|
+#include <X11/keysym.h>
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|