Example #1
0
		SizeID XRRConfigCurrentConfiguration (XRRScreenConfiguration *config, 
						  Rotation *rotation);
Example #2
0
		short XRRConfigCurrentRate (XRRScreenConfiguration *config);
Example #3
0
		XRRScreenSize *XRRConfigSizes(XRRScreenConfiguration *config, int *nsizes);
Example #4
0
		short *XRRConfigRates (XRRScreenConfiguration *config, int sizeID, int *nrates);
Example #5
0
		Rotation XRRConfigRotations(XRRScreenConfiguration *config, Rotation *current_rotation);
Example #6
0
		Time XRRConfigTimes (XRRScreenConfiguration *config, Time *config_timestamp);
Example #7
0
 public static extern SizeID XRRConfigCurrentConfiguration(XRRScreenConfiguration config, out Rotation rotation);
Example #8
0
 public static extern Status XRRSetScreenConfig(Display dpy, XRRScreenConfiguration config,
     Drawable draw, int size_index, ref Rotation rotation, Time timestamp);
Example #9
0
 public static extern XRRScreenSize XRRConfigSizes(XRRScreenConfiguration config, int[] nsizes);
Example #10
0
 unsafe public static extern short* XRRConfigRates(XRRScreenConfiguration config, int size_index, int[] nrates);
Example #11
0
 public static extern Time XRRConfigTimes(XRRScreenConfiguration config, ref Time config_timestamp);
Example #12
0
 public static extern Rotation XRRConfigRotations(XRRScreenConfiguration config, ref Rotation current_rotation);
Example #13
0
 public static extern Status XRRSetScreenConfigAndRate(Display dpy, XRRScreenConfiguration config,
     Drawable draw, int size_index, Rotation rotation, short rate, Time timestamp);
Example #14
0
		void XRRFreeScreenConfigInfo (XRRScreenConfiguration *config);
Example #15
0
 public static extern short XRRConfigCurrentRate(XRRScreenConfiguration config);
Example #16
0
		/* 
		 * Note that screen configuration changes are only permitted if the client can
		 * prove it has up to date configuration information.  We are trying to
		 * insist that it become possible for screens to change dynamically, so
		 * we want to ensure the client knows what it is talking about when requesting
		 * changes.
		 */
		Status XRRSetScreenConfig (Display *dpy, 
					   XRRScreenConfiguration *config,
					   Drawable draw,
					   int size_index,
					   Rotation rotation,
					   Time timestamp);
Example #17
0
 public static extern void XRRFreeScreenConfigInfo(XRRScreenConfiguration config);