1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

Removed old window clip balloon code

This code was used to create the window where the workspace name was showed
to the user. The code now use the standar balloon system, therefore this code
is not used anymore and can be removed.
This commit is contained in:
Rodolfo García Peñas (kix)
2013-03-27 00:51:59 +01:00
committed by Carlos R. Mafra
parent e47413eefd
commit 0da2b6e928
3 changed files with 1 additions and 25 deletions

View File

@@ -229,8 +229,6 @@ typedef struct _WScreen {
WAppIconChain *global_icons; /* for omnipresent icons chain in clip */
int global_icon_count; /* How many global icons do we have */
Window clip_balloon; /* window for workspace name */
int keymove_tick;
struct RContext *rcontext; /* wrlib context */