Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ezequielpereira's full-sized avatar

Ezequiel Pereira ezequielpereira

View GitHub Profile
/home/ezequiel/Desktop/Space-game/src/main.cpp:21:15: error: expected initializer before ‘window_resized’
void GLFWCALL window_resized(int width, int height);
^
/home/ezequiel/Desktop/Space-game/src/main.cpp: In function ‘int main()’:
/home/ezequiel/Desktop/Space-game/src/main.cpp:40:66: error: ‘glfwOpenWindowHint’ was not declared in this scope
glfwOpenWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
^
/home/ezequiel/Desktop/Space-game/src/main.cpp:42:21: error: ‘GLFW_OPENGL_VERSION_MAJOR’ was not declared in this scope
glfwOpenWindowHint(GLFW_OPENGL_VERSION_MAJOR, 3);
^
/usr/bin/cmake -H/home/ezequiel/Desktop/Space-game -B/home/ezequiel/Desktop/Space-game/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/ezequiel/Desktop/Space-game/build/CMakeFiles /home/ezequiel/Desktop/Space-game/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/ezequiel/Desktop/Space-game/build'
make -f CMakeFiles/game.dir/build.make CMakeFiles/game.dir/depend
make[2]: Entering directory '/home/ezequiel/Desktop/Space-game/build'
cd /home/ezequiel/Desktop/Space-game/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/ezequiel/Desktop/Space-game /home/ezequiel/Desktop/Space-game /home/ezequiel/Desktop/Space-game/build /home/ezequiel/Desktop/Space-game/build /home/ezequiel/Desktop/Space-game/build/CMakeFiles/game.dir/DependInfo.cmake --color=
Dependee "/home/ezequiel/Desktop/Space-game/build/CMakeFiles/game.dir/DependInfo.cmake" is newer than depender "/home/ezequiel/Desktop/Space-game/build/CMakeF
From 3b19bd2b572342560689f732bc595a2f9c64e965 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ezequiel=20Pereira=20L=C3=B3pez?= <eze2307@gmail.com>
Date: Sun, 20 Dec 2015 09:40:48 -0300
Subject: [PATCH] Added Merge and Split options as actions
* Now the Merge and Split options can be accessed directly as actions
---
src/af/xap/cocoa/xap_CocoaTools.h | 12 ++++++------
src/wp/ap/xp/ap_Toolbar_ActionSet.cpp | 15 +++++++++++----
2 files changed, 17 insertions(+), 10 deletions(-)