[Armadeus-commitlog] SF.net SVN: armadeus:[1357] trunk/target/demos/show_image/image.c
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-06-22 14:43:56
|
Revision: 1357
http://armadeus.svn.sourceforge.net/armadeus/?rev=1357&view=rev
Author: artemys
Date: 2009-06-22 14:43:49 +0000 (Mon, 22 Jun 2009)
Log Message:
-----------
[DEMOS] Add info message to show_image (a mouse is required for SDL)
Modified Paths:
--------------
trunk/target/demos/show_image/image.c
Modified: trunk/target/demos/show_image/image.c
===================================================================
--- trunk/target/demos/show_image/image.c 2009-06-19 20:42:37 UTC (rev 1356)
+++ trunk/target/demos/show_image/image.c 2009-06-22 14:43:49 UTC (rev 1357)
@@ -59,6 +59,7 @@
screen = SDL_SetVideoMode(SCREEN_WIDTH, SCREEN_HEIGHT, 16, SDL_ANYFORMAT);
if (!screen) {
printf("Unable to open display (%dx%d)\n", SCREEN_WIDTH, SCREEN_HEIGHT);
+ printf(" Have you tried with: export SDL_NOMOUSE=1 ??\n");
return EXIT_FAILURE;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|