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 1a2dd1860b0fa145f2dec2e19af2d4931ac923db (commit)
from 65f775044b3b4852f5819f18e975675ffba2b5f7 (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/1a2dd1860b0fa145f2dec2e19af2d4931ac9…
commit 1a2dd1860b0fa145f2dec2e19af2d4931ac923db
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Sat Feb 9 21:51:32 2013 +0100
backends: X11: Fix build without MIT SHM.
diff --git a/libs/backends/GP_X11.c b/libs/backends/GP_X11.c
index 2dd17a0..f7a3fa4 100644
--- a/libs/backends/GP_X11.c
+++ b/libs/backends/GP_X11.c
@@ -58,8 +58,9 @@ struct x11_priv {
#ifdef HAVE_X_SHM
XShmSegmentInfo shminfo;
- GP_Context context;
#endif /* HAVE_X_SHM */
+
+ GP_Context context;
int resized_flag:1;
int shm_flag:1;
@@ -431,6 +432,7 @@ static int resize_shm_ximage(GP_Backend GP_UNUSED(*self),
int GP_UNUSED(w), int GP_UNUSED(h))
{
GP_WARN("Stub called");
+ return 1;
}
#endif /* HAVE_X_SHM */
-----------------------------------------------------------------------
Summary of changes:
libs/backends/GP_X11.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
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 65f775044b3b4852f5819f18e975675ffba2b5f7 (commit)
from 992b25b48eb696727ef6d19113a164ed7b286570 (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/65f775044b3b4852f5819f18e975675ffba2…
commit 65f775044b3b4852f5819f18e975675ffba2b5f7
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Sat Feb 9 20:27:24 2013 +0100
build: Update list of exported syms.
diff --git a/build/check_symbols.sh b/build/check_symbols.sh
index f4ccd32..31231cb 100755
--- a/build/check_symbols.sh
+++ b/build/check_symbols.sh
@@ -51,7 +51,7 @@ function do_check
rm $SYMTMPFILE
}
-do_check libGP.so syms/Core_symbols.txt syms/Event_symbols.txt +do_check libGP.so syms/Core_symbols.txt syms/Input_symbols.txt syms/Filters_symbols.txt syms/GFX_symbols.txt syms/Loaders_symbols.txt syms/Text_symbols.txt
diff --git a/build/syms/Event_symbols.txt b/build/syms/Event_symbols.txt
deleted file mode 100644
index 6dc7e12..0000000
--- a/build/syms/Event_symbols.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-GP_EventKeyName
-GP_EventPushAbs
-GP_EventSetScreenSize
-GP_EventPushKey
-GP_EventGet
-GP_EventPushRel
-GP_EventPush
-GP_EventDump
-GP_EventPushResize
-GP_EventPushRelTo
-GP_EventSetScreenCursor
-GP_EventsQueued
-
-GP_InputDriverLinuxRead
-GP_InputDriverSDLEventPut
-GP_InputDriverLinuxOpen
-GP_InputDriverX11EventPut
-GP_InputDriverLinuxClose
-GP_InputDriverKBDEventPut
diff --git a/build/syms/Input_symbols.txt b/build/syms/Input_symbols.txt
new file mode 100644
index 0000000..b823325
--- /dev/null
+++ b/build/syms/Input_symbols.txt
@@ -0,0 +1,29 @@
+GP_EventKeyName
+GP_EventPushAbs
+GP_EventSetScreenSize
+GP_EventPushKey
+GP_EventGet
+GP_EventPushRel
+GP_EventPush
+GP_EventDump
+GP_EventPushResize
+GP_EventPushRelTo
+GP_EventSetScreenCursor
+GP_EventsQueued
+
+GP_InputDriverLinuxRead
+GP_InputDriverSDLEventPut
+GP_InputDriverLinuxOpen
+GP_InputDriverX11EventPut
+GP_InputDriverX11Init
+GP_InputDriverLinuxClose
+GP_InputDriverKBDEventPut
+
+GP_EventQueueSetCursorPosition
+GP_EventQueueGetEvent
+GP_EventQueueEventsQueued
+GP_EventQueueSetScreenSize
+GP_EventQueueInit
+GP_EventQueueFree
+GP_EventQueueAlloc
+GP_EventQueuePutEvent
-----------------------------------------------------------------------
Summary of changes:
build/check_symbols.sh | 2 +-
build/syms/Event_symbols.txt | 19 -------------------
build/syms/Input_symbols.txt | 29 +++++++++++++++++++++++++++++
3 files changed, 30 insertions(+), 20 deletions(-)
delete mode 100644 build/syms/Event_symbols.txt
create mode 100644 build/syms/Input_symbols.txt
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
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 992b25b48eb696727ef6d19113a164ed7b286570 (commit)
from c3fb40e752939f3ef6d3194f29613ed9c2f4d0dc (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/992b25b48eb696727ef6d19113a164ed7b28…
commit 992b25b48eb696727ef6d19113a164ed7b286570
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Sat Feb 9 20:22:20 2013 +0100
input: X11: Fix typo (left ctrl vs. right ctrl)
diff --git a/libs/input/GP_InputDriverX11.c b/libs/input/GP_InputDriverX11.c
index 7874588..7e5f1ef 100644
--- a/libs/input/GP_InputDriverX11.c
+++ b/libs/input/GP_InputDriverX11.c
@@ -115,8 +115,8 @@ static const struct keytable sym_to_key[] = {
{XK_Shift_R, GP_KEY_RIGHT_SHIFT},
{XK_Alt_L, GP_KEY_LEFT_ALT},
{XK_Alt_R, GP_KEY_RIGHT_ALT},
- {XK_Control_L, GP_KEY_RIGHT_CTRL},
- {XK_Control_R, GP_KEY_LEFT_CTRL},
+ {XK_Control_L, GP_KEY_LEFT_CTRL},
+ {XK_Control_R, GP_KEY_RIGHT_CTRL},
{XK_Caps_Lock, GP_KEY_CAPS_LOCK},
{XK_Super_L, GP_KEY_LEFT_META},
{XK_Super_R, GP_KEY_RIGHT_META},
-----------------------------------------------------------------------
Summary of changes:
libs/input/GP_InputDriverX11.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")