fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -86,3 +86,4 @@ public:
};
#endif // _GHOST_IEVENT_H_

View File

@@ -64,3 +64,4 @@ public:
};
#endif // _GHOST_EVENT_CONSUMER_H_

View File

@@ -280,3 +280,4 @@ protected:
};
#endif // _GHOST_ISYSTEM_H_

View File

@@ -84,5 +84,5 @@ public:
virtual void setUserData(const GHOST_TUserDataPtr userData) = 0;
};
#endif // _GHOST_ITIMER_TASK_H_

View File

@@ -239,3 +239,4 @@ public:
};
#endif // _GHOST_IWINDOW_H_

View File

@@ -235,3 +235,4 @@ inline bool GHOST_Rect::isInside(GHOST_TInt32 x, GHOST_TInt32 y) const
}
#endif // _H_GHOST_Rect

View File

@@ -350,5 +350,5 @@ struct GHOST_TimerTaskHandle__;
typedef void (*GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__* task, GHOST_TUns64 time);
#endif
#endif // _GHOST_TYPES_H_

View File

@@ -74,3 +74,4 @@ struct GHOST_Buttons {
};
#endif // _GHOST_BUTTONS_H_

View File

@@ -75,3 +75,4 @@ protected:
};
#endif // _GHOST_CALLBACK_EVENT_CONSUMER_H_

View File

@@ -72,3 +72,4 @@
#endif // GHOST_DEBUG
#endif // _GHOST_DEBUG_H_

View File

@@ -140,3 +140,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_H_

View File

@@ -117,3 +117,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_CARBON_H_

View File

@@ -104,3 +104,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_WIN32_H_

View File

@@ -127,3 +127,4 @@ private :
#endif //

View File

@@ -112,3 +112,4 @@ protected:
};
#endif // _GHOST_EVENT_H_

View File

@@ -71,3 +71,4 @@ protected:
};
#endif // _GHOST_EVENT_BUTTON_H_

View File

@@ -72,3 +72,4 @@ protected:
#endif // _GHOST_EVENT_CURSOR_H_

View File

@@ -85,3 +85,4 @@ protected:
};
#endif // _GHOST_EVENT_KEY_H_

View File

@@ -155,3 +155,4 @@ protected:
};
#endif // _GHOST_EVENT_MANAGER_H_

View File

@@ -68,3 +68,4 @@ protected:
};
#endif // _GHOST_EVENT_PRINTER_H_

View File

@@ -100,3 +100,4 @@ struct GHOST_ModifierKeys
};
#endif // _GHOST_MODIFIER_KEYS_H_

View File

@@ -326,3 +326,4 @@ inline GHOST_WindowManager* GHOST_System::getWindowManager() const
}
#endif // _GHOST_SYSTEM_H_

View File

@@ -249,3 +249,4 @@ protected:
};
#endif // _GHOST_SYSTEM_CARBON_H_

View File

@@ -63,3 +63,4 @@ class GHOST_SystemCarbon : public GHOST_System {
};
#endif // _GHOST_SYSTEM_CARBON_H_

View File

@@ -276,3 +276,4 @@ inline void GHOST_SystemWin32::storeModifierKeys(const GHOST_ModifierKeys& keys)
}
#endif // _GHOST_SYSTEM_WIN32_H_

View File

@@ -247,6 +247,3 @@ private :
#endif

View File

@@ -131,3 +131,4 @@ protected:
};
#endif // _GHOST_TIMER_MANAGER_H_

View File

@@ -191,5 +191,5 @@ protected:
GHOST_TUns32 m_auxData;
};
#endif // _GHOST_TIMER_TASK_H_

View File

@@ -253,3 +253,4 @@ inline GHOST_TStandardCursor GHOST_Window::getCursorShape() const
}
#endif // _GHOST_WINDOW_H

View File

@@ -271,3 +271,4 @@ protected:
};
#endif // _GHOST_WINDOW_CARBON_H_

View File

@@ -163,3 +163,4 @@ protected:
};
#endif // _GHOST_WINDOW_MANAGER_H_

View File

@@ -274,3 +274,4 @@ protected:
};
#endif // _GHOST_WINDOW_WIN32_H_

View File

@@ -290,3 +290,4 @@ private :
#endif // _GHOST_WINDOWX11_H_

View File

@@ -42,3 +42,4 @@ void rect_copy (int dst[2][2], int src[2][2]);
int rect_contains_pt (int rect[2][2], int pt[2]);
int rect_width (int rect[2][2]);
int rect_height (int rect[2][2]);

View File

@@ -41,3 +41,4 @@
#else // defined(WIN32) || defined(__APPLE__)
#include <GL/gl.h>
#endif // defined(WIN32) || defined(__APPLE__)

View File

@@ -54,3 +54,4 @@ void scrollbar_get_rect (ScrollBar *sb, int rect_r[2][2]);
void scrollbar_get_thumb (ScrollBar *sb, int thumb_r[2][2]);
void scrollbar_free (ScrollBar *sb);

View File

@@ -33,3 +33,4 @@ void* memdbl (void *mem, int *size_pr, int item_size);
char* string_dup (char *str);
void fatal (char *fmt, ...);

View File

@@ -38,3 +38,4 @@ typedef struct _WindowData WindowData;
WindowData* windowdata_new (void *data, WindowDataHandler handler);
void windowdata_handle (WindowData *wb, GHOST_EventHandle evt);
void windowdata_free (WindowData *wb);