indent *.h in macosx
indent message.h speech.h wrapperdata.h
This commit is contained in:
parent
b8d199fef7
commit
8315fa6804
3 changed files with 11 additions and 12 deletions
|
|
@ -23,5 +23,5 @@
|
|||
|
||||
#define MSG_FONT_CACHE 1
|
||||
|
||||
void displayMessage( int msgId );
|
||||
void displayMessage(int msgId);
|
||||
void hideMessage();
|
||||
|
|
|
|||
|
|
@ -21,5 +21,4 @@
|
|||
// (See COPYING.txt)
|
||||
//
|
||||
|
||||
void speak_string(const wchar_t *str);
|
||||
|
||||
void speak_string(const wchar_t * str);
|
||||
|
|
|
|||
|
|
@ -14,15 +14,15 @@
|
|||
|
||||
struct WrapperDataStruct
|
||||
{
|
||||
char dataPath[2048]; // path to data folder inside Tux Paint application bundle
|
||||
char preferencesPath[2048]; // path to the user's Tux Paint preferences folder
|
||||
char globalPreferencesPath[2048]; // path to all users' Tux Paint preferences folder
|
||||
char fontsPath[2048]; // path to the user's fonts folder
|
||||
int foundSDL; // was SDL.framework found?
|
||||
int foundSDL_image; // was SDL_image.framework found?
|
||||
int foundSDL_mixer; // was SDL_mixer.framework found?
|
||||
int cocoaKeystrokes; // should keystrokes be intercepted by Cocoa wrapper?
|
||||
int menuAction; // was the action initiated by a Mac OS X menu selection?
|
||||
char dataPath[2048]; // path to data folder inside Tux Paint application bundle
|
||||
char preferencesPath[2048]; // path to the user's Tux Paint preferences folder
|
||||
char globalPreferencesPath[2048]; // path to all users' Tux Paint preferences folder
|
||||
char fontsPath[2048]; // path to the user's fonts folder
|
||||
int foundSDL; // was SDL.framework found?
|
||||
int foundSDL_image; // was SDL_image.framework found?
|
||||
int foundSDL_mixer; // was SDL_mixer.framework found?
|
||||
int cocoaKeystrokes; // should keystrokes be intercepted by Cocoa wrapper?
|
||||
int menuAction; // was the action initiated by a Mac OS X menu selection?
|
||||
};
|
||||
|
||||
typedef struct WrapperDataStruct WrapperData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue