[longomatch] Fix cursors resources
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix cursors resources
- Date: Fri, 10 Oct 2014 23:43:23 +0000 (UTC)
commit 2ae10151af700f574287fa8415110f5f9c4bc774
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sat Oct 11 01:41:34 2014 +0200
Fix cursors resources
.../LongoMatch.Drawing.Cairo.csproj | 12 ++++++------
LongoMatch.Drawing.Cairo/Makefile.am | 4 ++--
images/cursors/cross | Bin 0 -> 113 bytes
images/cursors/eraser | Bin 0 -> 751 bytes
4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
b/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
index 3433b34..f8cc84c 100644
--- a/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
+++ b/LongoMatch.Drawing.Cairo/LongoMatch.Drawing.Cairo.csproj
@@ -51,12 +51,6 @@
<EmbeddedResource Include="..\images\cursors\arrow">
<LogicalName>arrow</LogicalName>
</EmbeddedResource>
- <EmbeddedResource Include="..\images\tools\draw-eraser.png">
- <LogicalName>eraser</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="..\images\tools\draw-cross.png">
- <LogicalName>cross</LogicalName>
- </EmbeddedResource>
<EmbeddedResource Include="..\images\cursors\player">
<Link>player</Link>
<LogicalName>player</LogicalName>
@@ -64,6 +58,12 @@
</ItemGroup>
<ItemGroup>
<None Include="..\images\cursors\angle" />
+ <None Include="..\images\cursors\cross">
+ <Link>cross</Link>
+ </None>
+ <None Include="..\images\cursors\eraser">
+ <Link>eraser</Link>
+ </None>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/LongoMatch.Drawing.Cairo/Makefile.am b/LongoMatch.Drawing.Cairo/Makefile.am
index eb3a8de..f94dd21 100644
--- a/LongoMatch.Drawing.Cairo/Makefile.am
+++ b/LongoMatch.Drawing.Cairo/Makefile.am
@@ -14,8 +14,8 @@ RESOURCES = $(top_srcdir)/images/cursors/text \
$(top_srcdir)/images/cursors/freehand \
$(top_srcdir)/images/cursors/ellipse \
$(top_srcdir)/images/cursors/arrow \
- $(top_srcdir)/images/tools/draw-eraser.png \
- $(top_srcdir)/images/tools/draw-cross.png \
+ $(top_srcdir)/images/cursors/cross \
+ $(top_srcdir)/images/cursors/eraser \
$(top_srcdir)/images/cursors/player
include $(top_srcdir)/build/build.mk
diff --git a/images/cursors/cross b/images/cursors/cross
new file mode 100644
index 0000000..8dfe3a0
Binary files /dev/null and b/images/cursors/cross differ
diff --git a/images/cursors/eraser b/images/cursors/eraser
new file mode 100644
index 0000000..f1413a1
Binary files /dev/null and b/images/cursors/eraser differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]