More manual translations, to make the bulk process easier
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@683 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
45
global.h
45
global.h
@@ -42,50 +42,7 @@
|
||||
#include <SDL.h>
|
||||
#include "struct.h"
|
||||
|
||||
GFX2_GLOBAL struct S_Config
|
||||
{
|
||||
byte Fonte;
|
||||
int Lire_les_fichiers_caches;
|
||||
int Lire_les_repertoires_caches;
|
||||
// int Lire_les_repertoires_systemes;
|
||||
byte Afficher_limites_image;
|
||||
byte Curseur;
|
||||
byte Maximize_preview;
|
||||
byte Auto_set_res;
|
||||
byte Coords_rel;
|
||||
byte Backup;
|
||||
byte Adjust_brush_pick;
|
||||
byte Auto_save;
|
||||
byte Nb_pages_Undo;
|
||||
byte Indice_Sensibilite_souris_X;
|
||||
byte Indice_Sensibilite_souris_Y;
|
||||
byte Mouse_Facteur_de_correction_X;
|
||||
byte Mouse_Facteur_de_correction_Y;
|
||||
byte Mouse_Merge_movement;
|
||||
byte Valeur_tempo_jauge_gauche;
|
||||
byte Valeur_tempo_jauge_droite;
|
||||
long Chrono_delay;
|
||||
Composantes Coul_menu_pref[4];
|
||||
int Nb_max_de_vertex_par_polygon;
|
||||
byte Clear_palette;
|
||||
byte Set_resolution_according_to;
|
||||
byte Ratio;
|
||||
byte Fast_zoom;
|
||||
byte Find_file_fast;
|
||||
byte Couleurs_separees;
|
||||
word Palette_Cells_X;
|
||||
word Palette_Cells_Y;
|
||||
byte FX_Feedback;
|
||||
byte Safety_colors;
|
||||
byte Opening_message;
|
||||
byte Clear_with_stencil;
|
||||
byte Auto_discontinuous;
|
||||
byte Taille_ecran_dans_GIF;
|
||||
byte Auto_nb_used;
|
||||
byte Resolution_par_defaut;
|
||||
char *Bookmark_directory[NB_BOOKMARKS]; // independant malloc of adaptive size
|
||||
char Bookmark_label[NB_BOOKMARKS][8+1];
|
||||
} Config;
|
||||
GFX2_GLOBAL T_Config Config;
|
||||
|
||||
// Tableau des touches spéciales
|
||||
GFX2_GLOBAL word Config_Touche[NB_TOUCHES_SPECIALES][2];
|
||||
|
||||
Reference in New Issue
Block a user