[X2Go-Commits] [x2gokdrive] 01/07: x2gokdrive.c: Make function that lack prototypes in the header file static for now. Probably more static function candidates in the code, needs deeper investigation.

git-admin at x2go.org git-admin at x2go.org
Wed Jul 17 00:55:14 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 995b56b1e2b04b1922c20e6f4a2951a747b12d51
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 16 23:51:53 2019 +0200

    x2gokdrive.c: Make function that lack prototypes in the header file static for now. Probably more static function candidates in the code, needs deeper investigation.
---
 x2gokdrive.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x2gokdrive.c b/x2gokdrive.c
index 46e7d89..df13a63 100644
--- a/x2gokdrive.c
+++ b/x2gokdrive.c
@@ -664,6 +664,7 @@ bail4:
     return FALSE;
 }
 
+static
 void setOutput(ScreenPtr pScreen, RROutputPtr output, RRCrtcPtr crtc, int width, int height, int x, int y, BOOL primary, BOOL connected)
 {
     RRModePtr mode = NULL;
@@ -1444,7 +1445,7 @@ EphyrKeyboardInit(KdKeyboardInfo * ki)
     return Success;
 }
 
-
+static
 void EphyrKeyboardConfig(KeySymsPtr keySyms, CARD8 *modmap, XkbControlsPtr controls)
 {
 

--
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