示例#1
0
文件: Xrandr.cs 项目: bostich83/axiom
 /* added in v1.1, sorry for the lame name */
 Status XRRSetScreenConfigAndRate(Display *dpy,
                                  XRRScreenConfiguration *config,
                                  Drawable draw,
                                  int size_index,
                                  Rotation rotation,
                                  short rate,
                                  Time timestamp);
示例#2
0
文件: Xrandr.cs 项目: bostich83/axiom
 void XRRFreeScreenConfigInfo(XRRScreenConfiguration *config);
示例#3
0
文件: Xrandr.cs 项目: bostich83/axiom
 short XRRConfigCurrentRate(XRRScreenConfiguration *config);
示例#4
0
文件: Xrandr.cs 项目: bostich83/axiom
 SizeID XRRConfigCurrentConfiguration(XRRScreenConfiguration *config,
                                      Rotation *rotation);
示例#5
0
文件: Xrandr.cs 项目: bostich83/axiom
 short *XRRConfigRates(XRRScreenConfiguration *config, int sizeID, int *nrates);
示例#6
0
文件: Xrandr.cs 项目: bostich83/axiom
 XRRScreenSize *XRRConfigSizes(XRRScreenConfiguration *config, int *nsizes);
示例#7
0
文件: Xrandr.cs 项目: bostich83/axiom
 Time XRRConfigTimes(XRRScreenConfiguration *config, Time *config_timestamp);
示例#8
0
文件: Xrandr.cs 项目: bostich83/axiom
 Rotation XRRConfigRotations(XRRScreenConfiguration *config, Rotation *current_rotation);