openbsd-ports/graphics/wmphoto/patches/patch-wmphoto_wmphoto_h
naddy d07e33fec8 Import wmphoto 0.3a.
Submitted by Peter Stromberg <home@wilfried.net>.

It's a dock-app that can show you a photo and execute a command
related to that photo.  You can have many photos.
2001-01-16 22:44:42 +00:00

13 lines
420 B
Plaintext

$OpenBSD: patch-wmphoto_wmphoto_h,v 1.1.1.1 2001/01/16 22:44:43 naddy Exp $
--- wmphoto/wmphoto.h.orig Sat Mar 13 08:05:18 1999
+++ wmphoto/wmphoto.h Tue Jan 16 17:34:35 2001
@@ -30,7 +30,7 @@ void poner_marco();
void default_image();
void get_next_photo();
-int myselect(const struct dirent *d);
+int myselect(struct dirent *d);
void load_photo(char *name);
void myexecCommand(char *command);
void show_usage();