Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: (PR#4206) GTK2 client and Enlightenment
Home

[Freeciv-Dev] Re: (PR#4206) GTK2 client and Enlightenment

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rf13@xxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#4206) GTK2 client and Enlightenment
From: "Vasco Alexandre da Silva Costa" <vasc@xxxxxxxxxxxxxx>
Date: Sun, 11 May 2003 10:01:41 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Sun, 11 May 2003, Raimar Falke wrote:

> I start the client without -a and get 2 windows: the main window and
> the connect dialog (start.gif). If I now go the next virtual desktop
> at the left the connect dialog goes to the virtual window at the
> right (left.gif).
>
> $ rpm -q enlightenment
> enlightenment-0.16.4-6
> $ rpm -q gtk2
> gtk2-2.0.2-4
>
> Is this a enlightenment, gtk2 or a freeciv problem?

Well I have no such problem, am using virtual desktops and metacity.

I don't think it is a Freeciv problem. We explicitly set the toplevel as
the connect window parent:

  dialog = gtk_dialog_new_with_buttons(_(" Connect to Freeciv Server"),
    GTK_WINDOW(toplevel),
    GTK_DIALOG_MODAL,
    NULL);

---
Vasco Alexandre da Silva Costa @ Instituto Superior Tecnico, Lisboa






[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#4206) GTK2 client and Enlightenment, Vasco Alexandre da Silva Costa <=