Set the system colormap on input only windows, to avoid special cases all
2000-12-30 Havoc Pennington <hp@pobox.com> * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system colormap on input only windows, to avoid special cases all over the code for these windows.
This commit is contained in:
parent
3944c2dbfc
commit
d5be411c7b
@ -1,3 +1,9 @@
|
||||
2000-12-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
|
||||
colormap on input only windows, to avoid special cases all over
|
||||
the code for these windows.
|
||||
|
||||
2000-12-22 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-12-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
|
||||
colormap on input only windows, to avoid special cases all over
|
||||
the code for these windows.
|
||||
|
||||
2000-12-22 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-12-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
|
||||
colormap on input only windows, to avoid special cases all over
|
||||
the code for these windows.
|
||||
|
||||
2000-12-22 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-12-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
|
||||
colormap on input only windows, to avoid special cases all over
|
||||
the code for these windows.
|
||||
|
||||
2000-12-22 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-12-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
|
||||
colormap on input only windows, to avoid special cases all over
|
||||
the code for these windows.
|
||||
|
||||
2000-12-22 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-12-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
|
||||
colormap on input only windows, to avoid special cases all over
|
||||
the code for these windows.
|
||||
|
||||
2000-12-22 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-12-30 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
|
||||
colormap on input only windows, to avoid special cases all over
|
||||
the code for these windows.
|
||||
|
||||
2000-12-22 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
|
||||
|
@ -482,7 +482,8 @@ gdk_window_new (GdkWindow *parent,
|
||||
private->depth = 0;
|
||||
class = InputOnly;
|
||||
private->input_only = TRUE;
|
||||
draw_impl->colormap = NULL;
|
||||
draw_impl->colormap = gdk_colormap_get_system ();
|
||||
gdk_colormap_ref (draw_impl->colormap);
|
||||
}
|
||||
|
||||
draw_impl->xid = XCreateWindow (GDK_WINDOW_XDISPLAY (parent),
|
||||
|
Loading…
Reference in New Issue
Block a user