Searched refs:twm (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A DMakefile.am25 bin_PROGRAMS = twm program in directory:bin
27 rcdir = ${datadir}/X11/twm
62 twm.c \
63 twm.h \
H A Diconmgr.h37 #include "twm.h"
42 struct TwmWindow *twm; member in struct:WList
H A Diconmgr.c35 #include "twm.h"
265 if (tmp->twm->title_height) {
267 int x = tmp->twm->highlightx;
269 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,
273 XWarpPointer(dpy, None, tmp->twm->w, 0, 0, 0, 0, 5, 5);
381 tmp->twm = tmp_win;
474 if ((*compar) (tmp_win->icon_name, tmp1->twm->icon_name) < 0) {
608 if ((*compar) (tmp1->twm->icon_name, tmp2->twm->icon_name) > 0) {
611 InsertInIconManager(ip, tmp2, tmp2->twm);
[all...]
H A DMakefile.in114 bin_PROGRAMS = twm$(EXEEXT)
131 session.$(OBJEXT) twm.$(OBJEXT) util.$(OBJEXT) gram.$(OBJEXT) \
157 ./$(DEPDIR)/twm.Po ./$(DEPDIR)/util.Po
369 rcdir = ${datadir}/X11/twm
402 twm.c \
403 twm.h \
491 twm$(EXEEXT): $(twm_OBJECTS) $(twm_DEPENDENCIES) $(EXTRA_twm_DEPENDENCIES)
492 @rm -f twm$(EXEEXT)
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm.Po@am__quote@ # am--include-marker
712 -rm -f ./$(DEPDIR)/twm
[all...]
/xsrc/external/mit/twm/dist/man/
H A DMakefile.am26 appman_PRE = twm.man
H A DMakefile.in305 appman_PRE = twm.man
/xsrc/external/mit/twm/dist/
H A DREADME.md0 twm - Tab Window Manager for the X Window System
4 twm is a window manager for the X Window System. It provides
16 https://gitlab.freedesktop.org/xorg/app/twm
H A Dconfigure.ac25 AC_INIT([twm], [1.0.13.1], package
26 [https://gitlab.freedesktop.org/xorg/app/twm/issues], [twm])
H A Dconfigure3 # Generated by GNU Autoconf 2.71 for twm 1.0.13.1.
5 # Report bugs to <https://gitlab.freedesktop.org/xorg/app/twm/issues>.
271 $0: https://gitlab.freedesktop.org/xorg/app/twm/issues
613 PACKAGE_NAME='twm'
614 PACKAGE_TARNAME='twm'
616 PACKAGE_STRING='twm 1.0.13.1'
617 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/twm/issues'
1357 \`configure' configures twm 1.0.13.1 to adapt to many kinds of systems.
1406 --docdir=DIR documentation root [DATAROOTDIR/doc/twm]
1428 short | recursive ) echo "Configuration of twm 1.
[all...]
/xsrc/external/mit/ctwm/dist/
H A Diconmgr.c15 * Can no longer be used for the standard twm.
508 if(tmp->twm->title_height) {
510 int x = tmp->twm->highlightxr;
511 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,
516 XWarpPointer(dpy, None, tmp->twm->w, 0, 0, 0, 0, 5, 5);
571 if(tmp->twm->mapped) {
596 if(tmp->twm->title_height) {
597 XWarpPointer(dpy, None, tmp->twm->title_w, 0, 0, 0, 0,
598 tmp->twm->title_width / 2,
602 XWarpPointer(dpy, None, tmp->twm
[all...]
H A Diconmgr.h21 struct TwmWindow *twm; member in struct:WList
H A DREADME.md5 ctwm is an extension to twm, originally written by Claude Lecommandeur
28 The sources files were once the twm ones only workmgr.[ch] added (written
29 from scratch by Claude Lecommandeur) and minor modifications to some twm
31 been done, so the codebase is now significantly different from plain twm.
H A DCHANGES.md1308 management. (the code has been stolen directly from the X11R6 twm,
1737 original twm one, and is of a much better quality.
2093 wrote it for twm.
2116 * The ctwm process is smaller (even smaller than twm).
/xsrc/external/mit/xinit/dist/
H A Dconfigure.ac46 DEFAULT_TWM=twm
65 AC_ARG_WITH(twm, optwith
66 AS_HELP_STRING([--with-twm=TWM], [Path to twm]),
H A Dxinitrc.cpp9 twm=TWM
H A Dconfigure1484 --with-twm=TWM Path to twm
11696 DEFAULT_TWM=twm
11726 # Check whether --with-twm was given.
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc25 `twm(1)` (Tab Window Manager) from the MIT X11 distribution
183 The users twm startup file.
279 Tells which `twm` offshoot is running. It will always be set to
281 parts of your `.twmrc` file that twm proper won't understand
283 `twm` programs.
1561 PixmapDirectory "/usr/lib/X11/twm"

Completed in 29 milliseconds