#include <string.h>
#include <stdlib.h>
#include <popt.h>
#include <sys/time.h>
#include <gdk/gdkwindow.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <libbonobo.h>
#include "magnifier.h"
#include "magnifier-private.h"
#include "zoom-region.h"
#include "GNOME_Magnifier.h"
Go to the source code of this file.
Data Structures | |
struct | MagnifierOptions |
Defines | |
#define | ENV_STRING_MAX_SIZE 128 |
Functions | |
static void | init_rect_bounds (GNOME_Magnifier_RectBounds *bounds, long x1, long y1, long x2, long y2) |
static int | magnifier_main_test_image (gpointer data) |
static int | magnifier_main_pan_image (gpointer data) |
static int | magnifier_main_refresh_all (gpointer data) |
int | main (int argc, char **argv) |
Variables | |
GNOME_Magnifier_ZoomRegion | zoom_region |
static MagnifierOptions | global_options |
poptOption | magnifier_options [] |
static int | screen_width |
static int | screen_height |
static int | last_x = 0 |
static int | last_y = 0 |
|
Definition at line 36 of file magnifier-main.c. |
|
Definition at line 136 of file magnifier-main.c. References GNOME_Magnifier_RectBounds_type::x1, GNOME_Magnifier_RectBounds_type::x2, GNOME_Magnifier_RectBounds_type::y1, and GNOME_Magnifier_RectBounds_type::y2. Referenced by main(). |
|
|
|
|
|
|
Initial value: { ":0.0", ":0.0", "default", "none", 2.0, 0.0, 0.0, 500, 50, 0, 0.0F, 0xFF000000, 0, 0, 0, 0, 0, 0, 0, 0, 10, 10, 0, 1, 0, 0, 0, 0, 0 } Definition at line 72 of file magnifier-main.c. |
|
Definition at line 103 of file magnifier-main.c. Referenced by main(). |
|
Definition at line 145 of file magnifier-main.c. Referenced by magnifier_main_test_image(), and main(). |
|
Definition at line 145 of file magnifier-main.c. Referenced by magnifier_main_test_image(), main(), and zoom_region_pan_test(). |
|
Definition at line 233 of file magnifier-main.c. Referenced by magnifier_main_pan_image(). |
|
Definition at line 233 of file magnifier-main.c. Referenced by magnifier_main_pan_image(). |