mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move the
2002-08-25 Tor Lillqvist <tml@iki.fi> * gdk/gdkevents.c * gdk/gdkinternals.h * gdk/x11/gdkevents-x11.c * gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and GdkEventFlags definitions from gdkevents.c to gdkinternals.h. Remove the duplicated definitions in gdkevents-x11.c and gdkevents-win32.c. (#89771)
This commit is contained in:
parent
6b5240ed0f
commit
a1b14ffa7f
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdkevents.c
|
||||
* gdk/gdkinternals.h
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
* gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
|
||||
GdkEventFlags definitions from gdkevents.c to
|
||||
gdkinternals.h. Remove the duplicated definitions in
|
||||
gdkevents-x11.c and gdkevents-win32.c. (#89771)
|
||||
|
||||
2002-08-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdkevents.c
|
||||
* gdk/gdkinternals.h
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
* gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
|
||||
GdkEventFlags definitions from gdkevents.c to
|
||||
gdkinternals.h. Remove the duplicated definitions in
|
||||
gdkevents-x11.c and gdkevents-win32.c. (#89771)
|
||||
|
||||
2002-08-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdkevents.c
|
||||
* gdk/gdkinternals.h
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
* gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
|
||||
GdkEventFlags definitions from gdkevents.c to
|
||||
gdkinternals.h. Remove the duplicated definitions in
|
||||
gdkevents-x11.c and gdkevents-win32.c. (#89771)
|
||||
|
||||
2002-08-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdkevents.c
|
||||
* gdk/gdkinternals.h
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
* gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
|
||||
GdkEventFlags definitions from gdkevents.c to
|
||||
gdkinternals.h. Remove the duplicated definitions in
|
||||
gdkevents-x11.c and gdkevents-win32.c. (#89771)
|
||||
|
||||
2002-08-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdkevents.c
|
||||
* gdk/gdkinternals.h
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
* gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
|
||||
GdkEventFlags definitions from gdkevents.c to
|
||||
gdkinternals.h. Remove the duplicated definitions in
|
||||
gdkevents-x11.c and gdkevents-win32.c. (#89771)
|
||||
|
||||
2002-08-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
|
||||
|
@ -1,3 +1,13 @@
|
||||
2002-08-25 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/gdkevents.c
|
||||
* gdk/gdkinternals.h
|
||||
* gdk/x11/gdkevents-x11.c
|
||||
* gdk/win32/gdkevents-win32.c: Move the GdkEventPrivate and
|
||||
GdkEventFlags definitions from gdkevents.c to
|
||||
gdkinternals.h. Remove the duplicated definitions in
|
||||
gdkevents-x11.c and gdkevents-win32.c. (#89771)
|
||||
|
||||
2002-08-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Let the
|
||||
|
@ -28,15 +28,6 @@
|
||||
#include "gdkinternals.h"
|
||||
|
||||
typedef struct _GdkIOClosure GdkIOClosure;
|
||||
typedef struct _GdkEventPrivate GdkEventPrivate;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
/* Following flag is set for events on the event queue during
|
||||
* translation and cleared afterwards.
|
||||
*/
|
||||
GDK_EVENT_PENDING = 1 << 0
|
||||
} GdkEventFlags;
|
||||
|
||||
struct _GdkIOClosure
|
||||
{
|
||||
@ -46,12 +37,6 @@ struct _GdkIOClosure
|
||||
gpointer data;
|
||||
};
|
||||
|
||||
struct _GdkEventPrivate
|
||||
{
|
||||
GdkEvent event;
|
||||
guint flags;
|
||||
};
|
||||
|
||||
/* Private variable declarations
|
||||
*/
|
||||
|
||||
|
@ -143,6 +143,22 @@ struct _GdkArgDesc
|
||||
|
||||
/* Event handling */
|
||||
|
||||
typedef struct _GdkEventPrivate GdkEventPrivate;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
/* Following flag is set for events on the event queue during
|
||||
* translation and cleared afterwards.
|
||||
*/
|
||||
GDK_EVENT_PENDING = 1 << 0
|
||||
} GdkEventFlags;
|
||||
|
||||
struct _GdkEventPrivate
|
||||
{
|
||||
GdkEvent event;
|
||||
guint flags;
|
||||
};
|
||||
|
||||
extern GdkEventFunc _gdk_event_func; /* Callback for events */
|
||||
extern gpointer _gdk_event_data;
|
||||
extern GDestroyNotify _gdk_event_notify;
|
||||
|
@ -63,23 +63,6 @@
|
||||
#include <dimm.h>
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct _GdkEventPrivate GdkEventPrivate;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
/* Following flag is set for events on the event queue during
|
||||
* translation and cleared afterwards.
|
||||
*/
|
||||
GDK_EVENT_PENDING = 1 << 0
|
||||
} GdkEventFlags;
|
||||
|
||||
struct _GdkEventPrivate
|
||||
{
|
||||
GdkEvent event;
|
||||
guint flags;
|
||||
};
|
||||
|
||||
/*
|
||||
* Private function declarations
|
||||
*/
|
||||
|
@ -51,7 +51,6 @@
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
typedef struct _GdkIOClosure GdkIOClosure;
|
||||
typedef struct _GdkEventPrivate GdkEventPrivate;
|
||||
typedef struct _GdkDisplaySource GdkDisplaySource;
|
||||
|
||||
#define DOUBLE_CLICK_TIME 250
|
||||
@ -59,14 +58,6 @@ typedef struct _GdkDisplaySource GdkDisplaySource;
|
||||
#define DOUBLE_CLICK_DIST 5
|
||||
#define TRIPLE_CLICK_DIST 5
|
||||
|
||||
typedef enum
|
||||
{
|
||||
/* Following flag is set for events on the event queue during
|
||||
* translation and cleared afterwards.
|
||||
*/
|
||||
GDK_EVENT_PENDING = 1 << 0
|
||||
} GdkEventFlags;
|
||||
|
||||
struct _GdkIOClosure
|
||||
{
|
||||
GdkInputFunction function;
|
||||
@ -75,12 +66,6 @@ struct _GdkIOClosure
|
||||
gpointer data;
|
||||
};
|
||||
|
||||
struct _GdkEventPrivate
|
||||
{
|
||||
GdkEvent event;
|
||||
guint flags;
|
||||
};
|
||||
|
||||
struct _GdkDisplaySource
|
||||
{
|
||||
GSource source;
|
||||
|
Loading…
Reference in New Issue
Block a user