As requested by T_UNIX, remove the mention of any git hash in the comment, as it...
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Sep 2010 22:34:02 +0000 (22:34 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Sep 2010 22:34:02 +0000 (22:34 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@52908 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/xlib/ecore_x_randr_12.c

index cd81208..b6bdf2d 100644 (file)
@@ -1513,9 +1513,8 @@ ecore_x_randr_output_name_get(Ecore_X_Window root,
        /*
         * Actually the bewow command is correct, but due to a bug in libXrandr
         * it doesn't work. Therefor we stick with strlen().
-        * Replace the line below with the following once
-        * libXrandr >= git revision '25d793ab4ec111658e541c94eba4893a81d6a3b7'.
-        * is shipped and standard.
+        * Replace the line below with the following once this bug is
+        * fixed within libXrandr.
         *
         *    *len = output_info->nameLen;
         *