[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ContentView Offset
From: |
Ivan Vučica |
Subject: |
Re: ContentView Offset |
Date: |
Tue, 11 Sep 2012 16:15:05 +0200 |
Perhaps it's EWMH:
Compiz should comply to EWMH stuff.
To find out what uses a certain value defined in a header, try using search for that value over other source files. For example, to find what uses constant XGWM_WINDOWMAKER, you could always use something like Midnight Commander ("mc") to search through files for that value. I use mc since it's easy to launch through Terminal and returns predictable results with neat UI for choosing a file to look more deeply into; if you have a better search tool, use that.
On Tue, Sep 11, 2012 at 4:17 AM, Steve Van Voorst
<svanvoorst@hughes.net> wrote:
> I think the problem is at gnustep-back, in the way how gnustep interact with each window managers.
German,
Thanks for the information. I have checked the code in gnustep-back-0.22.0 and found this in an x11 header file called XGGeneric.h (written 12 yr. ago)
/*
* Flags to indicate which protocols the WindowManager follows
*/
typedef enum {
XGWM_UNKNOWN = 0,
XGWM_WINDOWMAKER = 1,
XGWM_GNOME = 2,
XGWM_KDE = 4,
XGWM_EWMH = 8
} XGWMProtocols;
I don't see Compiz listed, so if it's using these flags more than likely it is the XGWM_UNKNOWN flag. There is also an 'Offsets' structure in this header. Is there a way to find out who is calling this header?
Steve Van Voorst
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep
--
Ivan Vučica -
ivan@vucica.net
- Re: ContentView Offset, (continued)
- Re: ContentView Offset, Riccardo Mottola, 2012/09/07
- Re: ContentView Offset, Steve Van Voorst, 2012/09/07
- Message not available
- Re: ContentView Offset, Steve Van Voorst, 2012/09/07
- Re: ContentView Offset, Stefan Bidi, 2012/09/07
- Re: ContentView Offset, Steve Van Voorst, 2012/09/08
- Message not available
- Re: ContentView Offset, Steve Van Voorst, 2012/09/08
- Re: ContentView Offset, A. Arias, 2012/09/09
- Re: ContentView Offset, Steve Van Voorst, 2012/09/09
- Re: ContentView Offset, A. Arias, 2012/09/09
- Re: ContentView Offset, Steve Van Voorst, 2012/09/10
- Re: ContentView Offset,
Ivan Vučica <=
- Re: ContentView Offset, A. Arias, 2012/09/11
Re: ContentView Offset, Steve Van Voorst, 2012/09/07