This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 5f214b37219110e2e9051b3bfffbbd65498002b7 (commit) from 910d31f9711c5e518189c5e5f47761125ef06207 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/5f214b37219110e2e9051b3bfffbbd6549800...
commit 5f214b37219110e2e9051b3bfffbbd65498002b7 Author: Tomas Gavenciak gavento@ucw.cz Date: Tue Dec 18 14:33:22 2012 +0100
Grammar fix
diff --git a/doc/input.txt b/doc/input.txt index 44da370..6a85ebf 100644 --- a/doc/input.txt +++ b/doc/input.txt @@ -38,7 +38,7 @@ typedef struct GP_Event { struct timeval time;
/* - * Cursor possition, possition on screen accumulated + * Cursor position, possition on screen accumulated * from all pointer devices */ uint32_t cursor_x; diff --git a/include/input/GP_Event.h b/include/input/GP_Event.h index de5d93e..162a5d2 100644 --- a/include/input/GP_Event.h +++ b/include/input/GP_Event.h @@ -271,7 +271,7 @@ typedef struct GP_Event { struct timeval time;
/* - * Cursor possition, possition on screen accumulated + * Cursor position, position on screen accumulated * from all pointer devices */ uint32_t cursor_x; @@ -290,7 +290,7 @@ typedef struct GP_Event { void GP_EventSetScreenSize(uint32_t w, uint32_t h);
/* - * Sets global cursor possition, doesn't generate event. + * Sets global cursor position, doesn't generate an event. * * Use for initial cursor placement. */ diff --git a/include/loaders/GP_JPG.h b/include/loaders/GP_JPG.h index 5906b11..5ee57ce 100644 --- a/include/loaders/GP_JPG.h +++ b/include/loaders/GP_JPG.h @@ -40,7 +40,7 @@ int GP_OpenJPG(const char *src_path, FILE **f);
/* - * Reads JPG from an open FILE. Expects the file possition set after the eight + * Reads JPG from an open FILE. Expects the file position set after the eight * bytes JPG signature. */ GP_Context *GP_ReadJPG(FILE *f, GP_ProgressCallback *callback); diff --git a/include/loaders/GP_PNG.h b/include/loaders/GP_PNG.h index 4b6e3bb..cbb4b70 100644 --- a/include/loaders/GP_PNG.h +++ b/include/loaders/GP_PNG.h @@ -47,13 +47,13 @@
/* * Opens up file and checks signature. Upon successful return (zero is - * returned) the file possition would be set to eight bytes (exactly after the + * returned) the file position would be set to eight bytes (exactly after the * PNG signature). */ int GP_OpenPNG(const char *src_path, FILE **f);
/* - * Reads PNG from an open FILE. Expects the file possition set after the eight + * Reads PNG from an open FILE. Expects the file position set after the eight * bytes PNG signature. * * Upon succesfull return pointer to newly allocated context is returned. diff --git a/libs/input/GP_Event.c b/libs/input/GP_Event.c index cb66c4f..efd82c9 100644 --- a/libs/input/GP_Event.c +++ b/libs/input/GP_Event.c @@ -29,7 +29,7 @@
#include "GP_Event.h"
-/* Screen size for clipping the cursor possition */ +/* Screen size for clipping the cursor position */ static uint32_t screen_w = 0, screen_h = 0;
/* Event queue */ diff --git a/libs/loaders/GP_PNM.h b/libs/loaders/GP_PNM.h index af59319..2ce48a3 100644 --- a/libs/loaders/GP_PNM.h +++ b/libs/loaders/GP_PNM.h @@ -32,7 +32,7 @@ #include <stdint.h>
/* - * Loads image header, returns pointer to FILE* (with file possition pointing + * Loads image header, returns pointer to FILE* (with file position pointing * to the start of the data stream) on success, fills image metadata into * arguments. */
-----------------------------------------------------------------------
Summary of changes: doc/input.txt | 2 +- include/input/GP_Event.h | 4 ++-- include/loaders/GP_JPG.h | 2 +- include/loaders/GP_PNG.h | 4 ++-- libs/input/GP_Event.c | 2 +- libs/loaders/GP_PNM.h | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.