mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
gdk: Remove GdkAtom
finally!!!!!
This commit is contained in:
parent
f536cf0a43
commit
cc7c1fe108
@ -1,10 +1,4 @@
|
|||||||
|
|
||||||
# GdkAtom is an opaque typedef
|
|
||||||
<TYPEDEF>
|
|
||||||
<NAME>GdkAtom</NAME>
|
|
||||||
typedef struct _GdkAtom *GdkAtom;
|
|
||||||
</TYPEDEF>
|
|
||||||
|
|
||||||
<MACRO>
|
<MACRO>
|
||||||
<NAME>GDK_WINDOWING_X11</NAME>
|
<NAME>GDK_WINDOWING_X11</NAME>
|
||||||
#define GDK_WINDOWING_X11
|
#define GDK_WINDOWING_X11
|
||||||
|
@ -108,14 +108,6 @@ typedef struct _GdkRectangle GdkRectangle;
|
|||||||
typedef cairo_rectangle_int_t GdkRectangle;
|
typedef cairo_rectangle_int_t GdkRectangle;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* GdkAtom:
|
|
||||||
*
|
|
||||||
* An opaque type representing a string as an index into a table
|
|
||||||
* of strings on the X server.
|
|
||||||
*/
|
|
||||||
typedef const char *GdkAtom;
|
|
||||||
|
|
||||||
/* Forward declarations of commonly used types */
|
/* Forward declarations of commonly used types */
|
||||||
typedef struct _GdkRGBA GdkRGBA;
|
typedef struct _GdkRGBA GdkRGBA;
|
||||||
typedef struct _GdkContentFormats GdkContentFormats;
|
typedef struct _GdkContentFormats GdkContentFormats;
|
||||||
|
@ -13,7 +13,7 @@ test_to_text_list (void)
|
|||||||
|
|
||||||
if (GDK_IS_X11_DISPLAY (display))
|
if (GDK_IS_X11_DISPLAY (display))
|
||||||
{
|
{
|
||||||
GdkAtom encoding;
|
const char *encoding;
|
||||||
gint format;
|
gint format;
|
||||||
const guchar *text;
|
const guchar *text;
|
||||||
gint length;
|
gint length;
|
||||||
|
Loading…
Reference in New Issue
Block a user