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 9bb885ab0d280b9cb36180fe21147f24ace5b672 (commit) via a9ef97b9ae8b46b1fb805c55c09c0c14b554e235 (commit) from 285bcbbe9881cbaa844b7bb0184ad794717c538c (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/9bb885ab0d280b9cb36180fe21147f24ace5b...
commit 9bb885ab0d280b9cb36180fe21147f24ace5b672 Author: Cyril Hrubis metan@ucw.cz Date: Mon Apr 1 00:49:00 2013 +0200
build: Update list of exported symbols.
diff --git a/build/syms/Backend_symbols.txt b/build/syms/Backend_symbols.txt index 580f390..322c627 100644 --- a/build/syms/Backend_symbols.txt +++ b/build/syms/Backend_symbols.txt @@ -15,3 +15,7 @@ GP_ContextFromSurface GP_BackendResize GP_BackendResizeAck GP_BackendUpdateRectXYXY +GP_BackendFlip +GP_BackendWaitEvent +GP_BackendPollEvent + diff --git a/build/syms/Core_symbols.txt b/build/syms/Core_symbols.txt index 72ee71f..0dfdb17 100644 --- a/build/syms/Core_symbols.txt +++ b/build/syms/Core_symbols.txt @@ -23,6 +23,7 @@ GP_GammaPrint GP_DebugPrint GP_SetDebugLevel GP_GetDebugLevel +GP_SetDebugHandler
GP_PrintAbortInfo
diff --git a/build/syms/Filters_symbols.txt b/build/syms/Filters_symbols.txt index 25a3696..8343ae0 100644 --- a/build/syms/Filters_symbols.txt +++ b/build/syms/Filters_symbols.txt @@ -41,6 +41,7 @@ GP_FilterFloydSteinberg_RGB888_to_xRGB14666_Raw GP_FilterFloydSteinberg_RGB888_to_xRGB2222_Raw GP_FilterFloydSteinberg_RGB888_to_xRGB7333_Raw GP_FilterFloydSteinberg_RGB888_to_xRGB8888_Raw +GP_FilterFloydSteinberg_RGB888_to_G16_Raw
GP_FilterHilbertPeano_RGB888 GP_FilterHilbertPeano_RGB888_Alloc @@ -57,6 +58,7 @@ GP_FilterHilbertPeano_RGB888_to_xRGB14666_Raw GP_FilterHilbertPeano_RGB888_to_xRGB2222_Raw GP_FilterHilbertPeano_RGB888_to_xRGB7333_Raw GP_FilterHilbertPeano_RGB888_to_xRGB8888_Raw +GP_FilterHilbertPeano_RGB888_to_G16_Raw
GP_FilterGaussianBlurEx GP_FilterGaussianBlurExAlloc @@ -98,11 +100,11 @@ GP_FilterMinAlloc GP_FilterMin_Raw
GP_FilterMirrorH -GP_FilterMirrorH_Alloc +GP_FilterMirrorHAlloc GP_FilterMirrorH_Raw
GP_FilterMirrorV -GP_FilterMirrorV_Alloc +GP_FilterMirrorVAlloc GP_FilterMirrorV_Raw
GP_FilterMultiply @@ -148,15 +150,15 @@ GP_FilterResizeNNAlloc GP_FilterResizeNN_Raw
GP_FilterRotate180 -GP_FilterRotate180_Alloc +GP_FilterRotate180Alloc GP_FilterRotate180_Raw
GP_FilterRotate270 -GP_FilterRotate270_Alloc +GP_FilterRotate270Alloc GP_FilterRotate270_Raw
GP_FilterRotate90 -GP_FilterRotate90_Alloc +GP_FilterRotate90Alloc GP_FilterRotate90_Raw
GP_FilterSigmaEx @@ -165,7 +167,7 @@ GP_FilterSigmaExAlloc GP_FilterSymmetry GP_FilterSymmetryByName GP_FilterSymmetryNames -GP_FilterSymmetry_Alloc +GP_FilterSymmetryAlloc
GP_FilterVConvolutionMP_Raw GP_FilterVHLinearConvolution_Raw
http://repo.or.cz/w/gfxprim.git/commit/a9ef97b9ae8b46b1fb805c55c09c0c14b554e...
commit a9ef97b9ae8b46b1fb805c55c09c0c14b554e235 Author: Cyril Hrubis metan@ucw.cz Date: Mon Apr 1 00:44:51 2013 +0200
backends: X11: Declare internal functions static.
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/libs/backends/GP_X11_Win.h b/libs/backends/GP_X11_Win.h index 11786a8..eb6905b 100644 --- a/libs/backends/GP_X11_Win.h +++ b/libs/backends/GP_X11_Win.h @@ -78,7 +78,7 @@ static void win_list_rem(struct x11_win *win) win_list = win->next; }
-struct x11_win *win_list_lookup(Window win) +static struct x11_win *win_list_lookup(Window win) { struct x11_win *i;
@@ -382,7 +382,7 @@ static int x11_win_open(struct x11_wreq *wreq) return 0; }
-void x11_win_close(struct x11_win *win) +static void x11_win_close(struct x11_win *win) { XLockDisplay(win->dpy);
-----------------------------------------------------------------------
Summary of changes: build/syms/Backend_symbols.txt | 4 ++++ build/syms/Core_symbols.txt | 1 + build/syms/Filters_symbols.txt | 14 ++++++++------ libs/backends/GP_X11_Win.h | 4 ++-- 4 files changed, 15 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.