mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-14 03:42:53 +03:00
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:
parent
3ad399edec
commit
0cacebab2a
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user