mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-17 18:28:28 +00:00
Fixed building and using fcitx IME support on Linux
This commit is contained in:
parent
27d4f09929
commit
42f85aa29e
4 changed files with 44 additions and 28 deletions
|
@ -62,7 +62,7 @@ static int
|
|||
GetDisplayNumber()
|
||||
{
|
||||
const char *display = SDL_getenv("DISPLAY");
|
||||
const char *p = NULL;;
|
||||
const char *p = NULL;
|
||||
int number = 0;
|
||||
|
||||
if (display == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue