search for: xchangeproperty

Displaying 8 results from an estimated 8 matches for "xchangeproperty".

2002 Apr 10
5
Funny characters in x11 window title (PR#1451)
In R-1.5.0pre (2002-04-08) on Solaris 2.6, the window that X11() creates has a title like: R Graphics: Device 2 (ACTIVE) o iyeP )( y except the funny characters at the end have umlauts and other accents (i.e. extended ASCII characters), and they may be different each time X11() is invoked. There is no loss of functionality; it just looks a little ugly. I saw this behavior in R-1.3.?, it
2006 Dec 28
1
Patch: switcher's window is a splash window
...0:14:52.000000000 +0100 +++ switcher_new.c 2006-12-28 10:16:40.000000000 +0100 @@ -799,6 +799,13 @@ XA_ATOM, 32, PropModeReplace, (unsigned char *) state, nState); } + + Atom type; + type = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE_SPLASH", 0); + XChangeProperty(dpy, ss->popupWindow, + XInternAtom (dpy, "_NET_WM_WINDOW_TYPE", 0), + XA_ATOM, 32, PropModeReplace, + unsigned char *)&type, 1); if (!ss->grabIndex) ss->grabIndex = pushScreenGrab (s, s->invisibleCursor, "swi...
2016 Oct 04
0
[ANNOUNCE] libX11 1.6.4
...t_BR James Cloos (2): Fix missing update in cf4d5989383a Fix another missing update in cf4d5989383a Julien Cristau (1): Mark _XNextRequest as hidden Mats Blakstad (1): New compose keys for local languages in Togo Matthew D. Fuller (1): Fixup param specification for XChangeProperty() Matthieu Herrb (1): libX11 1.6.4 Mike FABIAN (3): add be_BY.UTF-8 at latin and sr_RS.UTF-8 at latin to locale.dir fix spelling mistakes in ks_IN and sd_IN devanagari locales Fix spelling mistake introduced by 748d47e69f5c12d8557d56a8a8ec166588da7b93 Olivier Fourdan (1):...
2006 Apr 06
5
g-w-d.c -> my head spins
Greetings everybody! I started looking more thoroughly at gnome-window-decorator.c and now my head spins and "hurts" and believe that I'm not going to achieve anything serious in terms of tweakable shadows anytime soon. It's far more difficult than I expected. While I (believe) to understand now the shadows are drawn, I currently don't get why there are 12 shadow-quads and
2007 Jan 06
1
netwm dbus api
FYI, I have put up a forum post [1] where I am going to maintain information about the netwm api for the dbus plugin. I have gone through the EWMH spec [2] and broken it down into a dbus compatible api, it seems to be good and roughly compatible with the existing compiz one. I think everything should be self explanitory, if there are any comments or if there is anything I have misunderstood or
1998 Oct 28
1
Request for help with compiling R on a DEC Alpha
....o subscript.o subset.o summary.o unique.o util.o versio n.o ../lib/libgraphics.a ../lib/libunix.a ../lib/libappl.a lib/libmath.a - lm ld: Unresolved: XLoadQueryFont XOpenDisplay XInternAtom XCreateFontCursor XCreateGC XCreateWindow XDefaultRootWindow XSetWMProtocols XAllocColor XAllocNamedColor XChangeProperty XCheckTypedEvent XClearWindow XCloseDisplay XDefaultDepth XDefaultScreen XDefineCursor XDestroyWindow XDrawArc XDrawLine XDrawLines XDrawRectangle XFillArc XFillPolygon XFillRectangle XFreeColors XFreeCursor XFreeGC XMapWindow XNextEvent XPending XSelectInput XSetClipRectangles XSetDashes XSetFont...
2007 Feb 13
5
gtk-window-decorator segfault
On kde, gtk-window-decorator segfault everytime a minimised "Konqueror download window" close it self... Running with --sync fix the problem so no way to have a backtrace :( Cedric
2012 Jun 07
2
x11 icon and class
The X11 device driver does not provide the X window manager with an icon (_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS). This hinders usability under the new stable version of Ubuntu, which has a (new) user interface centered around icons. I am not sure if this was a conscious choice by r-core or simply a low priority. In case of the latter, I attach a patch against