1XFIXES(3) Library Functions Manual XFIXES(3)
2
3
4
6 XFixes - Augmented versions of core protocol requests
7
9 #include <X11/extensions/Xfixes.h>
10
11 Bool XFixesQueryExtension (Display *dpy,
12 int *event_base_return, int *error_base_return);
13
14 Status XFixesQueryVersion (Display *dpy,
15 int *major_version_return,
16 int *minor_version_return);
17
18 void XFixesChangeSaveSet (Display *dpy,
19 Window window,
20 int mode,
21 int target,
22 int map);
23
25 display Specifies the connection to the X server.
26
27 window Specifies which window.
28
29 mode Specifies the save set operation (SetModeInsert/SetMod‐
30 eDelete).
31
32 target Specifies the target when executing the save set (SaveSetN‐
33 earest/SaveSetRoot). In SaveSetNearest mode, the save set
34 member window will be reparented to the nearest window not
35 owned by the save set client. In SaveSetRoot mode, the save
36 set member window will be reparented to the root window.
37
38 map Specifies the map mode (SaveSetMap/SaveSetUnmap) which se‐
39 lects whether the save setmember window will be mapped or un‐
40 mapped during save set processing.
41
43 Xfixes is a simple library designed to interface the X Fixes Extension.
44 This extension provides application with work arounds for various limi‐
45 tations in the core protocol.
46
48 Xfixes will remain upward compatible after the 1.0 release.
49
51 Keith Packard, member of the XFree86 Project, Inc. and HP, Owen Taylor,
52 member of the Gnome Foundation and Redhat, Inc.
53
54
55
56X Version 11 libXfixes 6.0.0 XFIXES(3)