Examples of XInitThreads()


Examples of uk.co.caprica.vlcj.binding.LibX11.XInitThreads()

     * @param args command-line arguments
     */
    public static void main(String[] args) {
        LibX11 x = LibX11.INSTANCE;
        System.out.println(x);
        int result = x.XInitThreads();
        System.out.println("XInitThreadsResult=" + result + " => " + (result != 0 ? "OK" : "FAILED"));
    }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.