Changeset 546

Show
Ignore:
Timestamp:
09/03/07 15:58:13 (1 year ago)
Author:
takkaria
Message:

Fix the window title bar not appearing on some WMs in the GTK2 port.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/xtra/angband.glade

    r545 r546  
    1919  <property name="skip_taskbar_hint">False</property> 
    2020  <property name="skip_pager_hint">False</property> 
    21   <property name="type_hint">GDK_WINDOW_TYPE_HINT_TOOLBAR</property> 
     21  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> 
    2222  <property name="gravity">GDK_GRAVITY_STATIC</property> 
    2323  <property name="focus_on_map">True</property>