You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#define _GNU_SOURCE
|
|
#include <config.h>
|
|
#include "gdk_imlib.h"
|
|
#include "gdk_imlib_private.h"
|
|
|
|
ImlibData _gdk_real_imlib_data = { 0, 0, };
|
|
ImlibData *_gdk_imlib_data = &_gdk_real_imlib_data;
|