Seulement dans libsx-2.05_orig/src: button.o Seulement dans libsx-2.05_orig/src: colormap.o Seulement dans libsx-2.05_orig/src: dialog.o Seulement dans libsx-2.05_orig/src: dirlist.o Seulement dans libsx-2.05_orig/src: drawing.o Seulement dans libsx-2.05_orig/src: draw.o Seulement dans libsx-2.05_orig/src: font.o Seulement dans libsx-2.05_orig/src: freq.o diff -u --recursive libsx-2.05_orig/src/grabpix.c libsx-2.05/src/grabpix.c --- libsx-2.05_orig/src/grabpix.c 1999-06-22 21:28:38.000000000 +0200 +++ libsx-2.05/src/grabpix.c 2005-08-11 14:44:41.000000000 +0200 @@ -43,6 +43,13 @@ } RootWindowRec; static void Realize(); +/* +static void InitCursors(); +static void SetupGC(); +static Window FindWindow(int x, int y); +static void CreateRoot(); +static void StartRootPtrGrab(); +*/ RootWindowClassRec rootWindowClassRec = { { /* core fields */ @@ -138,7 +145,7 @@ 0x8f, 0x07, 0x77, 0x07, 0xfe, 0x0f, 0xfc, 0x1f, 0xf8, 0x3f, 0x00, 0x7f, 0x00, 0xfe, 0x00, 0x7c, 0x00, 0x38, 0x00, 0x10}; -static void +void InitCursors() { Pixmap cursor,mask; @@ -155,7 +162,7 @@ lens_x_hot,lens_y_hot); } -static void +void SetupGC() { selectGCV.function = GXxor; @@ -165,7 +172,7 @@ &selectGCV); } -static Window +Window FindWindow(x, y) int x, y; { @@ -187,14 +194,14 @@ return findW; } -static void +void CreateRoot() { root = XtCreateWidget("root", rootWindowWidgetClass, toplevel, NULL, 0); XtRealizeWidget(root); } -static void +void StartRootPtrGrab() { Window rootR, childR, window; Seulement dans libsx-2.05_orig/src: libsx.o Seulement dans libsx-2.05_orig/src: list.o Seulement dans libsx-2.05_orig/src: menu.o Seulement dans libsx-2.05_orig/src: misc.o Seulement dans libsx-2.05_orig/src: popups.o Seulement dans libsx-2.05_orig/src: scrollbar.o Seulement dans libsx-2.05_orig/src: string_entry.o Seulement dans libsx-2.05_orig/src: toggle.o