diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-08 05:06:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-08 05:06:23 +0000 |
commit | cd33dac1269682f8527ee359f9c648ae8d18c3c0 (patch) | |
tree | bcb9e839ef37f203b0c818f5c08b79d396e16477 /games/xboing/files/patch-aa | |
parent | Fix misplacement of CATEGORIES line into middle of a multi-line define. (diff) |
Upgrade, 2.2 -> 2.3!
Notes
Notes:
svn path=/head/; revision=1304
Diffstat (limited to 'games/xboing/files/patch-aa')
-rw-r--r-- | games/xboing/files/patch-aa | 83 |
1 files changed, 43 insertions, 40 deletions
diff --git a/games/xboing/files/patch-aa b/games/xboing/files/patch-aa index 44cbd8c75fa4..af49d035e1ae 100644 --- a/games/xboing/files/patch-aa +++ b/games/xboing/files/patch-aa @@ -1,42 +1,45 @@ -diff -rc ../xboing2.2.orig/include/misc.h ./include/misc.h -*** ../xboing2.2.orig/include/misc.h Wed May 25 01:32:15 1994 ---- ./include/misc.h Wed Feb 1 00:37:19 1995 +diff -rc /usr/ports/games/xboing/xboing/include/misc.h ./include/misc.h +*** /usr/ports/games/xboing/xboing/include/misc.h Wed Jan 4 17:14:48 1995 +--- ./include/misc.h Mon Apr 3 22:26:22 1995 *************** -*** 68,81 **** - int ObtainWindowWidthHeight(Display *display, Window window, - int *width, int *height); - void sleepSync(Display *display, unsigned long ms); -! int usleep(unsigned long usec); - int ObtainMousePosition(Display *display, Window window, int *x, int *y); - int YesNoDialogue(Display *display, char *message); - #else - int YesNoDialogue(); - int ObtainMousePosition(); - void sleepSync(); -! int usleep(); - int ObtainWindowWidthHeight(); - int ResizeMainWindow(); - char *GetHomeDir(); ---- 68,81 ---- - int ObtainWindowWidthHeight(Display *display, Window window, - int *width, int *height); - void sleepSync(Display *display, unsigned long ms); -! int Usleep(unsigned long usec); - int ObtainMousePosition(Display *display, Window window, int *x, int *y); - int YesNoDialogue(Display *display, char *message); - #else - int YesNoDialogue(); - int ObtainMousePosition(); - void sleepSync(); -! int Usleep(); - int ObtainWindowWidthHeight(); - int ResizeMainWindow(); - char *GetHomeDir(); -diff -rc ../xboing2.2.orig/misc.c ./misc.c -*** ../xboing2.2.orig/misc.c Mon May 30 05:59:39 1994 ---- ./misc.c Wed Feb 1 00:37:54 1995 +*** 87,93 **** + int ObtainWindowWidthHeight(Display *display, Window window, + int *width, int *height); + void sleepSync(Display *display, unsigned long ms); +! int usleep(unsigned long usec); + int ObtainMousePosition(Display *display, Window window, int *x, int *y); + int YesNoDialogue(Display *display, char *message); + Pixmap ScalePixmap(Display *display, Window window, Pixmap source, +--- 87,93 ---- + int ObtainWindowWidthHeight(Display *display, Window window, + int *width, int *height); + void sleepSync(Display *display, unsigned long ms); +! int Usleep(unsigned long usec); + int ObtainMousePosition(Display *display, Window window, int *x, int *y); + int YesNoDialogue(Display *display, char *message); + Pixmap ScalePixmap(Display *display, Window window, Pixmap source, +*************** +*** 100,106 **** + int YesNoDialogue(); + int ObtainMousePosition(); + void sleepSync(); +! int usleep(); + int ObtainWindowWidthHeight(); + int ResizeMainWindow(); + char *GetHomeDir(); +--- 100,106 ---- + int YesNoDialogue(); + int ObtainMousePosition(); + void sleepSync(); +! int Usleep(); + int ObtainWindowWidthHeight(); + int ResizeMainWindow(); + char *GetHomeDir(); +diff -rc /usr/ports/games/xboing/xboing/misc.c ./misc.c +*** /usr/ports/games/xboing/xboing/misc.c Wed Jan 4 17:13:33 1995 +--- ./misc.c Mon Apr 3 22:13:07 1995 *************** -*** 65,73 **** +*** 79,87 **** */ #if NeedFunctionPrototypes @@ -46,7 +49,7 @@ diff -rc ../xboing2.2.orig/misc.c ./misc.c unsigned long usec; #endif { ---- 65,73 ---- +--- 79,87 ---- */ #if NeedFunctionPrototypes @@ -57,7 +60,7 @@ diff -rc ../xboing2.2.orig/misc.c ./misc.c #endif { *************** -*** 108,114 **** +*** 122,128 **** ((et.tv_usec - st.tv_usec) / 1000) ); if ((ms) > ((1000 / 60) + SyncTime)) @@ -65,7 +68,7 @@ diff -rc ../xboing2.2.orig/misc.c ./misc.c } #if NeedFunctionPrototypes ---- 108,114 ---- +--- 122,128 ---- ((et.tv_usec - st.tv_usec) / 1000) ); if ((ms) > ((1000 / 60) + SyncTime)) |