[Gtkada-wrapper-devel] SF.net SVN: gtkada-wrapper: [12] trunk/src/gtkada_wrapper.ads
Brought to you by:
bechir_zalila
|
From: <bec...@us...> - 2006-11-26 02:02:56
|
Revision: 12
http://svn.sourceforge.net/gtkada-wrapper/?rev=12&view=rev
Author: bechir_zalila
Date: 2006-11-25 18:02:56 -0800 (Sat, 25 Nov 2006)
Log Message:
-----------
* minor reformatting
Modified Paths:
--------------
trunk/src/gtkada_wrapper.ads
Modified: trunk/src/gtkada_wrapper.ads
===================================================================
--- trunk/src/gtkada_wrapper.ads 2006-11-26 02:02:01 UTC (rev 11)
+++ trunk/src/gtkada_wrapper.ads 2006-11-26 02:02:56 UTC (rev 12)
@@ -228,15 +228,15 @@
B : Single_Color;
end record;
- Black : constant Color_Type := (0, 0, 0);
- Red : constant Color_Type := (255, 0, 0);
- Green : constant Color_Type := (0, 255, 0);
- Yellow : constant Color_Type := (255, 255, 0);
+ Black : constant Color_Type := (0, 0, 0);
+ Red : constant Color_Type := (255, 0, 0);
+ Green : constant Color_Type := (0, 255, 0);
+ Yellow : constant Color_Type := (255, 255, 0);
Blue : constant Color_Type := (0, 0, 255);
Magenta : constant Color_Type := (255, 0, 255);
Cyan : constant Color_Type := (0, 255, 255);
- Dark_Gray : constant Color_Type := (77, 77, 77);
- Orange : constant Color_Type := (255, 165, 0);
+ Dark_Gray : constant Color_Type := (77, 77, 77);
+ Orange : constant Color_Type := (255, 165, 0);
Pink : constant Color_Type := (255, 192, 203);
Gray : constant Color_Type := (127, 127, 127);
Light_Gray : constant Color_Type := (179, 179, 179);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|