Allow alt+tabbed windows over fullscreen
Fullscreen windows should only be on top when they are in focus. Change
the stacking level temporarily back to WMNormalLevel if the fullscreen
window loses focus due to an alt+tab operation.
Change the stacking level back to WMFullscreenLevel if the fullscreen
window receives the focus again.
Fix stacking order of dock and fullscreen.
This reverts the commits:
311ab6b08ccf ("Raise fullscreened window")
a504370f3b27 ("Remove WMFullscreenLevel")
Removing WMFullscreenLevel had the side effect that a dock or panel
having the _NET_WM_WINDOW_TYPE_DOCK type would stack on top of
fullscreen windows, obscuring part of them. This is unwanted. No
other window should cover a focused fullscreen window.
The Ace of Penguins is a set of Unix/X solitaire games based on the ones
available for Windows but with a number of enhancements.
The latest version includes clones of Freecell, Golf, Mastermind,
Merlin, Minesweeper, Pegged, Solitaire, Taipei (with editor!), and
Thornq.
ok juanfra@
The M+ OUTLINE FONTS is a collection of sans-serif fonts.
It includes Japanese kana and over 5,000 kanji glyphs, as well as Latin
glyph sets from Basic Latin, Latin-1 Supplement, Latin Extended-A, and
IPA extensions.
ok benoit@ juanfra@
RetroArch is the reference frontend for the libretro API. Popular examples
of implementations for this API includes videogame system emulators and game
engines, but also more generalized 3D programs. These programs are
instantiated as dynamic libraries, or "libretro cores".
libretro is an API that exposes generic audio/video/input callbacks. A
frontend for libretro (such as RetroArch) handles video output, audio
output, input and application lifecycle. A libretro core written in portable
C or C++ can run seamlessly on many platforms with very little/no porting
effort.
RetroArch attempts to be small and lean, while still having all the useful
core features expected from an emulator. It is designed to be very portable
and features a gamepad-centric UI. It also has a full-featured command-line
interface.
ok juanfra@
Pro Git (Second Edition) is your fully-updated guide to Git and its usage in
the modern world. Git has come a long way since it was first developed by
Linus Torvalds for Linux kernel development. It has taken the open source
world by storm since its inception in 2005, and this book teaches you how to
use it like a pro.
Effective and well-implemented version control is a necessity for successful
web projects, whether large or small. With this book you'll learn how to
master the world of distributed version workflow, use the distributed
features of Git to the full, and extend Git to meet your every need.
ok benoit@ krw@
Comment:
BASIC converter to C translator for Unix system
Description:
BaCon is a BASIC to C translator for Unix-based systems. It intends to be a
programming aid in creating tools which can be compiled on different platforms
(including 64bit environments), while trying to revive the days of the good old
BASIC.
Maintainer: Juan Francisco Cantero Hurtado <juanfra@openbsd.org>
WWW: http://www.basic-converter.org/