- Renamed the "Button" array into "Buttons_Pool" due to a conflict with Apple headers.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@748 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
3
global.h
3
global.h
@@ -516,7 +516,6 @@ GFX2_GLOBAL int Window_stack_attribute2[8];
|
||||
|
||||
|
||||
// Définition des boutons ////////////////////////////////////////////////////
|
||||
|
||||
GFX2_GLOBAL struct
|
||||
{
|
||||
// Informations sur l'aspect du bouton (graphisme):
|
||||
@@ -537,7 +536,7 @@ GFX2_GLOBAL struct
|
||||
Func_action Desenclencher; // Action appelée lors du désenclenchement du bouton
|
||||
byte Famille; // Ensemble de boutons auquel celui-ci appartient
|
||||
|
||||
} Button[NB_BUTTONS];
|
||||
} Buttons_Pool[NB_BUTTONS];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user