search for: xroot

Displaying 4 results from an estimated 4 matches for "xroot".

Did you mean: root
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE); cairo_set_source_rgba (cr, 0.0, 0.0, 0.0, 0.0); cairo_set_line_width (cr, 20.0); @@ -277,6 +731,7 @@ return FALSE; } + static Bool annoClear (CompDisplay *d, CompAction *action, @@ -381,37 +836,28 @@ int xRoot, int yRoot) { + ANNO_DISPLAY(s->display); ANNO_SCREEN (s); if (as->grabIndex) { cairo_t *cr; - double x1, y1, x2, y2; - REGION reg; cr = annoCairoContext (s); if (!cr) return; - cairo_move_to (cr, annoLastPointerX, annoLastPointerY); - cairo_...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...ay = 0x7fff0f24a3e0, op = 0x7fff0f24a470, nOp = 0}, list = {type = 254059488, value = 0x7fff0f24a470, nValue = 0}}, rest = {i = {min = 5308416, max = 0}, f = { min = 7.43867519e-39, max = 0, precision = -0.466812164}, s = {string = 0x510000, nString = -1091632639}}}} xRoot = 0 yRoot = 1 action = (CompAction *) 0xd162a0 w = (CompWindow *) 0xded3c0 s = (CompScreen *) 0x7be910 md = (MoveDisplay *) 0xcbc030 #25 0x00002aaaaef5420a in resizeHandleEvent (d=0x633f00, event=0x7fff0f24ad30) at resize.c:742 o = {{name = 0x81b460 &...
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `all'. if [ x`/usr/bin/id -un` = xroot ]; then CFLAGS=" -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -include /usr/src/asterisk-1.4.20.1/include/asterisk/autoconfig.h -march=i686 " sh build_tools/mkpkgconfig /usr/lib/pkgconfig; fi mkdir -p /var/lib/asterisk/static-http for x in static-http/*;...
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows. > I thought that the point was the following two. > > > 1. Storage place of encrypted password > Should I store it in /etc/xen/passwd ? > Or, should I wait for DB of Xen that will be released in > the future? The xend life cycle management patches were posted by Alistair a couple of months back.