]> Pileus Git - ~andy/gtk/commit
New files. Contains an implementation of a minimal WM for linux-fb.
authorAlexander Larsson <alexl@redhat.com>
Mon, 8 Jan 2001 17:04:17 +0000 (17:04 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 8 Jan 2001 17:04:17 +0000 (17:04 +0000)
commit59b6bf38632d443532987e80429dcd5528fe74e6
tree7ddf42b7baf1195d9dab0ae122958f767a92fb13
parentd936beb3bee9480eac062509ee4fee405927672a
New files. Contains an implementation of a minimal WM for linux-fb.

2001-01-08  Alexander Larsson  <alexl@redhat.com>

* gtk/gtkwindow-decorate.[hc]:
* gtk/Makefile.am:
New files. Contains an implementation of a minimal WM for
linux-fb.

* gtk/gtkwindow.h:
Add the possibility for GtkWindows to specify a frame. This
is used for the window decoration code, but could concievably
be used for X programs too (xmms style windows).
GtkWindow->frame is the toplevel window if the window is framed.
The signal frame_event gets all events that are targeted to
GtkWindow->frame.
(_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.

* gtk/gtkwindow.c:
Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
Call out to gtkwindow-decorate.c for WM support in linx-fb.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/Makefile.am
gtk/gtkwindow-decorate.c [new file with mode: 0644]
gtk/gtkwindow-decorate.h [new file with mode: 0644]
gtk/gtkwindow.c
gtk/gtkwindow.h