altEngine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions | Variables
xmain.cpp File Reference
#include "include.h"
#include <X11/XKBlib.h>
#include <X11/Xatom.h>
#include <X11/cursorfont.h>
#include <signal.h>
Include dependency graph for xmain.cpp:

Functions

int EventProc (Display *display, Window window, GLXContext context)
 
int clipboard_paste (Display *display, Window w, char *value, int size)
 
void show_utf8_prop (Display *dpy, Window w, Atom p, char *clip)
 
void timer_handler (int sig, siginfo_t *si, void *uc)
 
int make_timer (char *name, timer_t *timer_id, int interval)
 
int main (int argc, char *argv[])
 
int clipboard_copy (char *value, int size)
 
int request_clipboard (Display *dpy, Window target_window)
 

Variables

int timer_tick = 0
 
char cmdline [1024] = {0}
 
char paste_value [512]
 
double com_maxfps
 

Function Documentation

int clipboard_copy ( char *  value,
int  size 
)
int clipboard_paste ( Display *  display,
Window  w,
char *  value,
int  size 
)
int EventProc ( Display *  display,
Window  window,
GLXContext  context 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Here is the call graph for this function:

int make_timer ( char *  name,
timer_t *  timer_id,
int  interval 
)

Here is the call graph for this function:

Here is the caller graph for this function:

int request_clipboard ( Display *  dpy,
Window  target_window 
)
void show_utf8_prop ( Display *  dpy,
Window  w,
Atom  p,
char *  clip 
)

Here is the caller graph for this function:

void timer_handler ( int  sig,
siginfo_t *  si,
void *  uc 
)

Here is the caller graph for this function:

Variable Documentation

char cmdline[1024] = {0}
double com_maxfps
char paste_value[512]
int timer_tick = 0