12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
|
--- X11/button.h.orig Thu Dec 28 20:40:57 2000
|
||
|
+++ X11/button.h Thu Dec 28 20:41:10 2000
|
||
|
@@ -28,7 +28,7 @@
|
||
|
#define WIDGET_BUTTON_H
|
||
|
|
||
|
#include "param.h"
|
||
|
-#include "xpm.h"
|
||
|
+#include <X11/xpm.h>
|
||
|
extern int make_pixmap_from_data (Widget parent, char **bits, Pixmap * bm);
|
||
|
|
||
|
extern Widget
|