Skip to content
Snippets Groups Projects
Select Git revision
  • 31cb1fc56f98178d976f21f6f6d0f08f196e553a
  • master default protected
  • improve_Makefile
  • HSA
  • clmathfft
  • longer_dft_support
  • current_fgrp_apps
  • current_brp_apps
8 results

fft_internal.h

Blame
  • Forked from einsteinathome / libclfft
    Source project has a limited visibility.
    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();
     	}