CTWM
|
#include "ctwm.h"
#include <stdio.h>
#include <stdlib.h>
#include <X11/Xatom.h>
#include "ctopts.h"
#include "drawing.h"
#include "functions.h"
#include "functions_internal.h"
#include "icons.h"
#include "otp.h"
#include "r_area.h"
#include "r_layout.h"
#include "screen.h"
#include "version.h"
#include "vscreen.h"
Go to the source code of this file.
Macros | |
#define | INFO_LINES 30 |
#define | INFO_SIZE 200 |
#define | CHKN |
Functions | |
static void | Identify (TwmWindow *t) |
void | f_identify_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
void | f_version_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
void | draw_info_window (void) |
Variables | |
static char | Info [30][200] |
#define CHKN |
#define INFO_LINES 30 |
Definition at line 26 of file functions_identify.c.
#define INFO_SIZE 200 |
Definition at line 27 of file functions_identify.c.
Referenced by Identify().
Definition at line 274 of file functions_identify.c.
References dpy, Draw3DBorder(), FB, Info, off, PlaceX, and Scr.
Referenced by HandleExpose().
void f_identify_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 40 of file functions_identify.c.
References Identify(), and PlaceX.
void f_version_impl | ( | int | func, |
void * | action, | ||
Window | w, | ||
TwmWindow * | tmp_win, | ||
XEvent * | eventp, | ||
int | context, | ||
bool | pulldown ) |
Definition at line 45 of file functions_identify.c.
References Identify(), and PlaceX.
Definition at line 64 of file functions_identify.c.
References CHKN, ctopts, ctopts_string(), dpy, Info, INFO_SIZE, JunkBW, JunkChild, JunkRoot, JunkX, JunkY, OtpEffectiveDisplayPriority(), PlaceX, RAreaNew(), RLayoutFindLeftRightEdges(), RLayoutFindTopBottomEdges(), Scr, TwmVersion, VCSRevision, x, and y.
Referenced by f_identify_impl(), and f_version_impl().
|
static |
Definition at line 28 of file functions_identify.c.
Referenced by draw_info_window(), and Identify().