Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Continue working on 2D support in Photon
Browse files Browse the repository at this point in the history
  • Loading branch information
llmike committed Oct 11, 2009
1 parent 5da2b86 commit edca9e2
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/video/photon/SDL_photon.c
Expand Up @@ -817,7 +817,7 @@ photon_createwindow(_THIS, SDL_Window * window)
if (window->title != NULL) {
PtSetArg(&winargs[winargc++], Pt_ARG_WINDOW_TITLE, window->title, 0);
} else {
PtSetArg(&winargs[winargc++], Pt_ARG_WINDOW_TITLE, "", 0);
PtSetArg(&winargs[winargc++], Pt_ARG_WINDOW_TITLE, "SDL unnamed application", 0);
}

/* TODO: handle SDL_WINDOW_INPUT_GRABBED */
Expand Down

0 comments on commit edca9e2

Please sign in to comment.