mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Names over the code updating.
Small code reordering. Interface where ede-desktop listens is now org.equinoxproject.Desktop. New config format.
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
/*
|
||||
* $Id$
|
||||
*
|
||||
* Eiconman, desktop and icon manager
|
||||
* ede-desktop, desktop and icon manager
|
||||
* Part of Equinox Desktop Environment (EDE).
|
||||
* Copyright (c) 2000-2007 EDE Authors.
|
||||
* Copyright (c) 2006-2008 EDE Authors.
|
||||
*
|
||||
* This program is licensed under terms of the
|
||||
* GNU General Public License version 2 or newer.
|
||||
* See COPYING for details.
|
||||
*/
|
||||
|
||||
#include "Utils.h"
|
||||
#include <string.h> // strrchr, strncpy, strlen
|
||||
#include <X11/Xproto.h> // CARD32
|
||||
#include <FL/x.H>
|
||||
#include <edelib/Debug.h>
|
||||
|
||||
#include <string.h> // strrchr, strncpy, strlen
|
||||
#include "Utils.h"
|
||||
|
||||
Atom _XA_NET_WORKAREA = 0;
|
||||
Atom _XA_NET_WM_WINDOW_TYPE = 0;
|
||||
|
Reference in New Issue
Block a user