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/65f775044b3b4852f5819f18e975675ffba2b...
commit 65f775044b3b4852f5819f18e975675ffba2b5f7 Author: Cyril Hrubis metan@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@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.