1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gdesktop.c (setup_motif_dnd_proxy): Use Window instead of
	gint32, fix from George Lebl.
	(setup_xdnd_proxy): ditto.
This commit is contained in:
Miguel de Icaza 1999-02-22 22:59:58 +00:00
parent 3ad399edec
commit 0cacebab2a
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdesktop.c (setup_motif_dnd_proxy): Use Window instead of
gint32, fix from George Lebl.
(setup_xdnd_proxy): ditto.
1999-02-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gmain.h: Removed set_current_panel() since it was never used.
@ -67,7 +73,8 @@
* gdesktop.c (reload_desktop_icons): Load the information provided
on the .desktop file for the desktop icon information: icon
filename and text to be displayed.
filename and text to be displayed.pwd
* gpopup.c (create_actions): Add ejectable

View File

@ -1799,7 +1799,7 @@ static gboolean
setup_xdnd_proxy (guint32 xid, GdkWindow *proxy_window)
{
GdkAtom xdnd_proxy_atom;
guint32 proxy_xid;
Window proxy_xid;
Atom type;
int format;
unsigned long nitems, after;
@ -1887,7 +1887,7 @@ setup_xdnd_proxy (guint32 xid, GdkWindow *proxy_window)
static void
setup_motif_dnd_proxy (guint32 xid, GdkWindow *proxy_window)
{
guint32 proxy_xid;
Window proxy_xid;
MotifDragReceiverInfo info;
Atom receiver_info_atom;
guint32 myint;