diff options
Diffstat (limited to 'pidgin/plugins')
-rw-r--r-- | pidgin/plugins/cap/cap.h | 2 | ||||
-rw-r--r-- | pidgin/plugins/crazychat/QTUtilities.h | 6 | ||||
-rw-r--r-- | pidgin/plugins/crazychat/Utilities.h | 8 | ||||
-rw-r--r-- | pidgin/plugins/crazychat/camdata.h | 6 | ||||
-rw-r--r-- | pidgin/plugins/crazychat/face.h | 4 | ||||
-rw-r--r-- | pidgin/plugins/crazychat/filter.h | 2 | ||||
-rw-r--r-- | pidgin/plugins/crazychat/glm.h | 22 | ||||
-rw-r--r-- | pidgin/plugins/ticker/gtkticker.h | 2 | ||||
-rw-r--r-- | pidgin/plugins/win32/winprefs/gtkappbar.h | 2 |
9 files changed, 27 insertions, 27 deletions
diff --git a/pidgin/plugins/cap/cap.h b/pidgin/plugins/cap/cap.h index 5b187bcb51..3832b3f901 100644 --- a/pidgin/plugins/cap/cap.h +++ b/pidgin/plugins/cap/cap.h @@ -58,7 +58,7 @@ gboolean _sqlite_initialized; /* Prefs UI */ typedef struct _CapPrefsUI CapPrefsUI; -struct _CapPrefsUI { +struct _CapPrefsUI { GtkWidget *ret; GtkWidget *cap_vbox; GtkWidget *table_layout; diff --git a/pidgin/plugins/crazychat/QTUtilities.h b/pidgin/plugins/crazychat/QTUtilities.h index 6e2773a134..a6dedacec6 100644 --- a/pidgin/plugins/crazychat/QTUtilities.h +++ b/pidgin/plugins/crazychat/QTUtilities.h @@ -1,10 +1,10 @@ /* File: QTUtilities.h - + Description: Interface file for QTUtilities.c source code. Copyright: © Copyright 2003 Apple Computer, Inc. All rights reserved. - + Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software @@ -39,7 +39,7 @@ OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - + Change History (most recent first): */ diff --git a/pidgin/plugins/crazychat/Utilities.h b/pidgin/plugins/crazychat/Utilities.h index 95c46449b0..5f58ec827a 100644 --- a/pidgin/plugins/crazychat/Utilities.h +++ b/pidgin/plugins/crazychat/Utilities.h @@ -1,10 +1,10 @@ /* File: Utilities.h - + Description: Interface file for Utilities.c source code. Copyright: © Copyright 2003 Apple Computer, Inc. All rights reserved. - + Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software @@ -39,7 +39,7 @@ OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - + Change History (most recent first): */ @@ -62,7 +62,7 @@ #define sigMoviePlayer FOUR_CHAR_CODE('TVOD') #else #include <FileTypesAndCreators.h> -#endif +#endif // diff --git a/pidgin/plugins/crazychat/camdata.h b/pidgin/plugins/crazychat/camdata.h index 85300c8bec..cdd8fdb8d9 100644 --- a/pidgin/plugins/crazychat/camdata.h +++ b/pidgin/plugins/crazychat/camdata.h @@ -6,7 +6,7 @@ * Copyright (c) 2004 __MyCompanyName__. All rights reserved. * */ - + #pragma once #ifdef __APPLE_CC__ @@ -17,12 +17,12 @@ #include <QuickTime.h> #endif -typedef struct +typedef struct { GWorldPtr gw; GWorldPtr overlay; GWorldPtr histoWorld; - + Rect bounds; WindowPtr window; ImageSequence drawSeq; diff --git a/pidgin/plugins/crazychat/face.h b/pidgin/plugins/crazychat/face.h index 9ff1eea914..de7848df23 100644 --- a/pidgin/plugins/crazychat/face.h +++ b/pidgin/plugins/crazychat/face.h @@ -25,7 +25,7 @@ struct face_struct { GLint* mat_indeces; GLMmat_str* materials; OUTPUT_MODE my_mode; - int eye_count, crazy_count; + int eye_count, crazy_count; void (*draw_func)(struct face_struct*, GLfloat, GLfloat, BOOL, BOOL, GLfloat, DIRECTION, OUTPUT_MODE); float curr_z_angle, curr_eye_pop; }; @@ -39,6 +39,6 @@ FACE copy_face(FACE f); void draw_face(FACE face, GLfloat zrot, GLfloat yrot, BOOL left_eye, BOOL right_eye, GLfloat mouth_open, DIRECTION dir, OUTPUT_MODE mode); -void change_materials(FACE face, int* mats, int num_change); +void change_materials(FACE face, int* mats, int num_change); #endif diff --git a/pidgin/plugins/crazychat/filter.h b/pidgin/plugins/crazychat/filter.h index b45467b259..40e472e8bd 100644 --- a/pidgin/plugins/crazychat/filter.h +++ b/pidgin/plugins/crazychat/filter.h @@ -10,7 +10,7 @@ typedef struct filter_bank { float mouth_open[10]; float xfilt[10]; float yfilt[10]; -} filter_bank; +} filter_bank; filter_bank* Filter_Initialize (void); void Filter_Destroy (filter_bank *f); diff --git a/pidgin/plugins/crazychat/glm.h b/pidgin/plugins/crazychat/glm.h index 84599c8fac..9c5285f62d 100644 --- a/pidgin/plugins/crazychat/glm.h +++ b/pidgin/plugins/crazychat/glm.h @@ -1,7 +1,7 @@ #ifndef __GLM__H__ #define __GLM__H__ -/* +/* glm.h */ @@ -27,7 +27,7 @@ #define GLM_MATERIAL (1 << 4) /* render with materials */ -/* GLMmaterial: Structure that defines a material in a model. +/* GLMmaterial: Structure that defines a material in a model. */ typedef struct _GLMmaterial { @@ -103,7 +103,7 @@ extern "C" { * scaling it to fit in a unit cube around the origin. Returns the * scalefactor used. * - * model - properly initialized GLMmodel structure + * model - properly initialized GLMmodel structure */ GLfloat glmUnitize(GLMmodel* model); @@ -118,7 +118,7 @@ GLvoid glmDimensions(GLMmodel* model, GLfloat* dimensions); /* glmScale: Scales a model by a given amount. - * + * * model - properly initialized GLMmodel structure * scale - scalefactor (0.5 = half as large, 2.0 = twice as large) */ @@ -128,8 +128,8 @@ glmScale(GLMmodel* model, GLfloat scale); /* glmReverseWinding: Reverse the polygon winding for all polygons in * this model. Default winding is counter-clockwise. Also changes * the direction of the normals. - * - * model - properly initialized GLMmodel structure + * + * model - properly initialized GLMmodel structure */ GLvoid glmReverseWinding(GLMmodel* model); @@ -196,9 +196,9 @@ glmDelete(GLMmodel* model); * Returns a pointer to the created object which should be free'd with * glmDelete(). * - * filename - name of the file containing the Wavefront .OBJ format data. + * filename - name of the file containing the Wavefront .OBJ format data. */ -GLMmodel* +GLMmodel* glmReadOBJ(char* filename); /* glmWriteOBJ: Writes a model description in Wavefront .OBJ format to @@ -239,7 +239,7 @@ glmDraw(GLMmodel* model, GLuint mode); * GLM_FLAT - render with facet normals * GLM_SMOOTH - render with vertex normals * GLM_TEXTURE - render with texture coords - * GLM_FLAT and GLM_SMOOTH should not both be specified. + * GLM_FLAT and GLM_SMOOTH should not both be specified. */ GLuint glmList(GLMmodel* model, GLuint mode); @@ -255,10 +255,10 @@ glmList(GLMmodel* model, GLuint mode); GLvoid glmWeld(GLMmodel* model, GLfloat epsilon); -GLMmat_str* +GLMmat_str* glmMTL(char* name); -void +void glmSetMat(GLMmat_str* mats, GLint index); # ifdef __cplusplus diff --git a/pidgin/plugins/ticker/gtkticker.h b/pidgin/plugins/ticker/gtkticker.h index 7fc4f476e1..5a298bb245 100644 --- a/pidgin/plugins/ticker/gtkticker.h +++ b/pidgin/plugins/ticker/gtkticker.h @@ -18,7 +18,7 @@ */ /* - * Copyright 2000 Syd Logan + * Copyright 2000 Syd Logan */ #ifndef __GTK_TICKER_H__ diff --git a/pidgin/plugins/win32/winprefs/gtkappbar.h b/pidgin/plugins/win32/winprefs/gtkappbar.h index e70579e201..fff5eed8e4 100644 --- a/pidgin/plugins/win32/winprefs/gtkappbar.h +++ b/pidgin/plugins/win32/winprefs/gtkappbar.h @@ -4,7 +4,7 @@ * File: gtkappbar.h * Date: August 2, 2003 * Description: Appbar functionality for Windows GTK+ applications - * + * * Copyright (C) 2003, Herman Bloggs <hermanator12002@yahoo.com> * * This program is free software; you can redistribute it and/or modify |