Skip to content

Commit d5d5a91

Browse files
authored
Update README.md
1 parent e1ddbf3 commit d5d5a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create a file named doomgeneric_yourplatform.c and just implement these function
2323
|DG_SetWindowTitle |Not required. This is for setting the window title as Doom sets this from WAD file.
2424

2525
# platforms
26-
I have ported to Windows, X11, and Soso.
26+
I have ported to Windows, X11, and Soso. Just look at (doomgeneric_win.c or doomgeneric_xlib.c).
2727

2828
Note that X11 port is not efficient since it generates pixmap by XDrawPoint. It can be further improved by using X11 extensions.
2929

0 commit comments

Comments
 (0)