Handling for these formats were broken due to endianness problems on PPC: pkm img bmp gif
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@268 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
divers.c
3
divers.c
@@ -1,6 +1,7 @@
|
||||
/* Grafx2 - The Ultimate 256-color bitmap paint program
|
||||
|
||||
Copyright 2008 Yves Rizoud
|
||||
Copyright 2008 Franck Charlet
|
||||
Copyright 2007 Adrien Destugues
|
||||
Copyright 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud)
|
||||
|
||||
@@ -161,7 +162,7 @@ void Get_input(void)
|
||||
switch(event.button.button)
|
||||
{
|
||||
#ifdef __macosx__
|
||||
// fc: poor poor mac users with a signle button mouse...
|
||||
// fc: poor poor mac users with a single button mouse...
|
||||
// emulated with the shifts keys
|
||||
case SDL_BUTTON_LEFT:
|
||||
INPUT_Nouveau_Mouse_K = 1;
|
||||
|
||||
Reference in New Issue
Block a user