Select Git revision
generate_svn_version.sh
-
Eric J. Korpela authored
on unix systems that don't synchronize writes to the same file from opposite sides of a pipe. svn path=/trunk/boinc/; revision=26058
Eric J. Korpela authoredon unix systems that don't synchronize writes to the same file from opposite sides of a pipe. svn path=/trunk/boinc/; revision=26058
SDL_sysevents.c.patch 352 B
--- SDL_sysevents.c 2009-04-17 17:18:07.000000000 +0200
+++ SDL_sysevents.c.new 2009-04-17 17:14:41.000000000 +0200
@@ -799,7 +799,7 @@
#define CS_BYTEALIGNCLIENT 0
#endif
if ( ! name && ! SDL_Appname ) {
- name = "SDL_app";
+ name = "BOINC_app";
SDL_Appstyle = CS_BYTEALIGNCLIENT;
SDL_Instance = hInst ? hInst : SDL_GetModuleHandle();
}