[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: override_redirect of X Window System
From: |
山本和彦 |
Subject: |
Re: override_redirect of X Window System |
Date: |
Wed, 08 Oct 2003 09:04:46 +0900 (JST) |
Hello Jan D.,
From: "Jan D." <address@hidden>
Subject: Re: override_redirect of X Window System
> I have made a function that can work as a base for implementing a
> package for extended window manager hints (EWMH). However, I am
> currently only able to do Emacs stuff during weekends (traveling during
> the week), so I have just made a client event sending function you can
> use. For example, to set fullscreen with EWMH, do:
>
> (x-send-client-message nil 0 nil "_NET_WM_STATE" 32
> '(2 "_NET_WM_STATE_FULLSCREEN" 0))
>
> 2 in the list is "toggle". You can also use 1 for "add" and 0 for
> "remove". See the section on _NET_WM_STATE here for other usages:
> http://pdx.freedesktop.org/Standards/wm-spec/1.3/
>
> Is this enough for your needs?
Yes. Yes. Thank you very much!
My presentation tool now can work with Gnome!
--Kazu