emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: difference between maximized and fullscreen?


From: Jan Djärv
Subject: Re: difference between maximized and fullscreen?
Date: Wed, 01 Jul 2009 19:05:31 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)


John Yates skrev:
While you are in can you provide a means to add _NET_WM_STATE_STICKY
to _NET_WM_STATE?  I am having no luck adding it to my sole
minibuffer-only frame using x-change-window-property in an
after-make-frame-functions hook, though I am able to change the frame
type and strut properties.

BTW, x-change-window-property isn't the right way to change _NET_WM_STATE. You must send a client message to the root window, the window manager intercepts the message and then changes the property on your window.
See http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html.

x-send-client-message could do the job.

        Jan D.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]