#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include <fcntl.h>
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <libxfce4util/debug.h>
#include <libxfce4util/i18n.h>
#include <libxfcegui4/dialogs.h>
#include <libxfcegui4/netk-screen.h>
#include "backdrop.h"
#include "main.h"
#include "settings.h"
Funzioni | |
| static void | set_backdrop (const char *path, int style, int show, GdkColor *color) |
| static gboolean | set_backdrop_idled (gpointer data) |
| static void | remove_old_pixmap () |
| void | backdrop_init (GtkWidget *window) |
| void | load_all_backdrop_settings (BrainClient *client) |
| static void | update_backdrop_channel (const char *name, BrainMcsAction action) |
| void | add_backdrop_callback (GHashTable *ht) |
| void | backdrop_load_settings (BrainClient *c) |
| static GdkPixmap * | create_background_pixmap (GdkPixbuf *pixbuf, int style, GdkColor *color) |
Variabili | |
| GtkWidget * | fullscreen_window = NULL |
| static int | screen_width = 0 |
| static int | screen_height = 0 |
| static char * | backdrop_path = NULL |
| static int | backdrop_style = TILED |
| static int | showimage = 1 |
| static GdkColor | backdrop_color = { 0, 0, 0, 0 } |
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6