diff options
| author | Mystery Man <unknown@mandriva.org> | 2002-07-23 11:21:56 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2002-07-23 11:21:56 +0000 |
| commit | 5069ba07d9cdec0393b1e131b9e440bc827087cd (patch) | |
| tree | 4b35e1f759c5c2e1af4e44f5cde86be566a3ba7b /tools/xhost+.c | |
| parent | 127a73d935d78af53d3dadd05d4636f6b717976d (diff) | |
| download | drakx-backup-do-not-use-1_1_8_11mdk.tar drakx-backup-do-not-use-1_1_8_11mdk.tar.gz drakx-backup-do-not-use-1_1_8_11mdk.tar.bz2 drakx-backup-do-not-use-1_1_8_11mdk.tar.xz drakx-backup-do-not-use-1_1_8_11mdk.zip | |
This commit was manufactured by cvs2svn to create tag 'V1_1_8_11mdk'.V1_1_8_11mdk
Diffstat (limited to 'tools/xhost+.c')
| -rw-r--r-- | tools/xhost+.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/xhost+.c b/tools/xhost+.c deleted file mode 100644 index 58781274e..000000000 --- a/tools/xhost+.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <stdlib.h> -#include <X11/Xlib.h> - - -int main(int argc, char **argv) { - Display *d = XOpenDisplay(getenv("DISPLAY") ? getenv("DISPLAY") : ":0"); - if (d == NULL) exit(1); - XDisableAccessControl(d); - XCloseDisplay(d); - exit(0); -} |
