mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Forgot the pixmaps :-)
This commit is contained in:
parent
c330992ae1
commit
49eda3f828
@ -1,7 +1,5 @@
|
||||
Tue Mar 10 14:01:47 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gscreen.c
|
||||
|
||||
* gscreen.c (x_adjust_top_file): We no longer adjust the top
|
||||
displayed filename.
|
||||
|
||||
|
19
gnome/dev.xpm
Normal file
19
gnome/dev.xpm
Normal file
@ -0,0 +1,19 @@
|
||||
/* XPM */
|
||||
static char * dev_xpm[] = {
|
||||
"16 13 3 1",
|
||||
" c #FFFFFFFFFFFF",
|
||||
". c #000000000000",
|
||||
"X c #FFFFFFFF0000",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .......... ",
|
||||
" .. .. ",
|
||||
" .. .. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" ...X..X..X..X. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" ...X..X..X.... ",
|
||||
" .......... "};
|
@ -61,7 +61,7 @@ find_select_closure_callback (gpointer data, gpointer user_data)
|
||||
struct trampoline *t = data;
|
||||
int *pfd = (int *) user_data;
|
||||
|
||||
if (t->fd = *pfd)
|
||||
if (t->fd == *pfd)
|
||||
tclosure = data;
|
||||
}
|
||||
|
||||
|
18
gnome/link.xpm
Normal file
18
gnome/link.xpm
Normal file
@ -0,0 +1,18 @@
|
||||
/* XPM */
|
||||
static char * link_xpm[] = {
|
||||
"16 13 2 1",
|
||||
" c #FFFFFFFFFFFF",
|
||||
". c #000000000000",
|
||||
" ",
|
||||
" ........... ",
|
||||
" . . ",
|
||||
" . .... . ",
|
||||
" . ... . ",
|
||||
" . .... . ",
|
||||
" . ... . . ",
|
||||
" . ... . ",
|
||||
" . ... . ",
|
||||
" . .. . ",
|
||||
" . . ",
|
||||
" ........... ",
|
||||
" "};
|
Loading…
Reference in New Issue
Block a user