コード例 #1
0
ファイル: Xrandr.cs プロジェクト: bostich83/axiom
 SizeID XRRConfigCurrentConfiguration(XRRScreenConfiguration *config,
                                      Rotation *rotation);
コード例 #2
0
ファイル: Xrandr.cs プロジェクト: bostich83/axiom
        /*
         * the following are always safe to call, even if RandR is not implemented
         * on a screen
         */


        Rotation XRRRotations(Display *dpy, int screen, Rotation *current_rotation);
コード例 #3
0
ファイル: Xrandr.cs プロジェクト: bostich83/axiom
 Rotation XRRConfigRotations(XRRScreenConfiguration *config, Rotation *current_rotation);