]> hackdaworld.org Git - my-code/ivac.git/commitdiff
--
authorhackbard <hackbard>
Thu, 9 Jan 2003 00:26:43 +0000 (00:26 +0000)
committerhackbard <hackbard>
Thu, 9 Jan 2003 00:26:43 +0000 (00:26 +0000)
webcam.c

index 0cf146328af2252434cd64e4084914241d92d5d1..30c1550406df8afc162d7ba7d5e8a8d9ec87de4e 100644 (file)
--- a/webcam.c
+++ b/webcam.c
 #include "minirgb.h"
 // #include "images/ivac-logo.xpm"
 // #include "images/ivac-logo.h"
-#include "images/example_1.xbm"
+#include "images/example_orig.xbm"
 
 /* defines */
 #define XBM_WIDTH 256
 #define XBM_REAL_WIDTH 512
 #define XBM_HEIGHT 256
 // #define ivac_logo pixel_data
-#define ivac_logo example_1_bits
+#define ivac_logo example_bits
 
 /* global variables */
 Display *display;