[X2Go-Commits] [x2gokdrive] 09/09: x2gokdrive.c: Rename RandR Output name to X2GoKdrive-0, not X2GoEphyr-0.

git-admin at x2go.org git-admin at x2go.org
Tue Jul 16 23:43:43 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdrive.

commit d2dad68bdc9370bb91ecc06af37eaf309189d465
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 16 23:42:35 2019 +0200

    x2gokdrive.c: Rename RandR Output name to X2GoKdrive-0, not X2GoEphyr-0.
---
 x2gokdrive.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x2gokdrive.c b/x2gokdrive.c
index c2b871d..46e7d89 100644
--- a/x2gokdrive.c
+++ b/x2gokdrive.c
@@ -617,8 +617,8 @@ ephyrRandRSetConfig(ScreenPtr pScreen,
             }
             else
             {
-                char name[]="X2GoEphyr-x";
-                sprintf(name, "X2GoEphyr-%d",i);
+                char name[]="X2GoKdrive-x";
+                sprintf(name, "X2GoKdrive-%d",i);
                 addOutput(pScreen, name,virtualScreens[i].width,
                           virtualScreens[i].height, virtualScreens[i].x, virtualScreens[i].y, virtualScreens[i].isPrimary, TRUE);
 
@@ -823,7 +823,7 @@ ephyrRandRInit(ScreenPtr pScreen)
 
     RRSetCurrentConfig(pScreen, randr, 0, pSize);
 
-    addOutput(pScreen,"X2GoEphyr-0", screen->width, screen->height, 0,0, TRUE, TRUE);
+    addOutput(pScreen,"X2GoKdrive-0", screen->width, screen->height, 0,0, TRUE, TRUE);
 
     return TRUE;
 }

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git


More information about the x2go-commits mailing list