mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 20:38:03 +01:00
just cleaning up some alignments after tab removal.
This commit is contained in:
@@ -47,19 +47,19 @@
|
|||||||
/* X11 Variables */
|
/* X11 Variables */
|
||||||
/*****************/
|
/*****************/
|
||||||
|
|
||||||
Window Root;
|
Window Root;
|
||||||
int screen;
|
int screen;
|
||||||
int x_fd;
|
int x_fd;
|
||||||
int d_depth;
|
int d_depth;
|
||||||
XSizeHints mysizehints;
|
XSizeHints mysizehints;
|
||||||
XWMHints mywmhints;
|
XWMHints mywmhints;
|
||||||
Pixel back_pix, fore_pix;
|
Pixel back_pix, fore_pix;
|
||||||
char *Geometry = "";
|
char *Geometry = "";
|
||||||
Window iconwin, win;
|
Window iconwin, win;
|
||||||
GC NormalGC;
|
GC NormalGC;
|
||||||
XpmIcon wmgen;
|
XpmIcon wmgen;
|
||||||
Pixmap pixmask;
|
Pixmap pixmask;
|
||||||
Atom deleteAtom; /* Added 2003-06-24 for graceful shutdown. */
|
Atom deleteAtom; /* Added 2003-06-24 for graceful shutdown. */
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* The Python stuff */
|
/* The Python stuff */
|
||||||
@@ -476,19 +476,19 @@ void setMaskXY(int x, int y) {
|
|||||||
\*******************************************************************************/
|
\*******************************************************************************/
|
||||||
void openXwindow(int argc, char *argv[], char *pixmap_bytes[], char *pixmask_bits, int pixmask_width, int pixmask_height) {
|
void openXwindow(int argc, char *argv[], char *pixmap_bytes[], char *pixmask_bits, int pixmask_width, int pixmask_height) {
|
||||||
|
|
||||||
unsigned int borderwidth = 1;
|
unsigned int borderwidth = 1;
|
||||||
XClassHint classHint;
|
XClassHint classHint;
|
||||||
char *display_name = NULL;
|
char *display_name = NULL;
|
||||||
char *wname = argv[0];
|
char *wname = argv[0];
|
||||||
XTextProperty name;
|
XTextProperty name;
|
||||||
|
|
||||||
XGCValues gcv;
|
XGCValues gcv;
|
||||||
unsigned long gcm;
|
unsigned long gcm;
|
||||||
|
|
||||||
char *geometry = NULL;
|
char *geometry = NULL;
|
||||||
|
|
||||||
int dummy=0;
|
int dummy=0;
|
||||||
int i, wx, wy;
|
int i, wx, wy;
|
||||||
|
|
||||||
/* Changed to work better with Python. Changed check in for loop to control
|
/* Changed to work better with Python. Changed check in for loop to control
|
||||||
* argc instead of argv.
|
* argc instead of argv.
|
||||||
|
|||||||
Reference in New Issue
Block a user