From 3c2c78ac9cfa2b994c36a2ec8cf0614df64a3005 Mon Sep 17 00:00:00 2001 From: sachiel Date: Wed, 29 Sep 2010 22:34:02 +0000 Subject: [PATCH] As requested by T_UNIX, remove the mention of any git hash in the comment, as it doesn't seem to be valid for upstream. 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/src/lib/ecore_x/xlib/ecore_x_randr_12.c index cd81208..b6bdf2d 100644 --- a/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/src/lib/ecore_x/xlib/ecore_x_randr_12.c @@ -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; * -- 2.7.4