#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/cursorfont.h>
#include "xgedit.h"
#include "xgeprivate.h"
Functions | |
int | xge_NewCursor (int shape) |
void | xge_SetWindowCursor (int win, Cursor cursor) |
void | xge_SetCurrentWindowCursor (Cursor cursor) |
void | xge_SetOtherWindowsCursor (Cursor cursor) |
int xge_NewCursor | ( | int | shape | ) |
void xge_SetCurrentWindowCursor | ( | Cursor | cursor | ) |
void xge_SetOtherWindowsCursor | ( | Cursor | cursor | ) |
void xge_SetWindowCursor | ( | int | win, | |
Cursor | cursor | |||
) |