summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 1f30da9..724b916 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -4,8 +4,8 @@
* This provides the external interface for buffer.c.
*/
-#ifndef _NITPICKER_BUFFER_H_
-#define _NITPICKER_BUFFER_H_
+#ifndef _LINPICKER_BUFFER_H_
+#define _LINPICKER_BUFFER_H_
#include <directfb.h>
@@ -49,4 +49,4 @@ buffer_refresh(struct buffer *b, int x, int y, int w, int h);
int
buffer_resize(struct buffer *b, const DFBSurfaceDescription *desc);
-#endif /* _NITPICKER_BUFFER_H_ */
+#endif /* _LINPICKER_BUFFER_H_ */