aboutsummaryrefslogtreecommitdiff
path: root/src/FbAtoms.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-26 18:56:02 (GMT)
committerfluxgen <fluxgen>2003-04-26 18:56:02 (GMT)
commita01e77133e66e7affaff475f67d8b50975543968 (patch)
tree44f97219be70fd555a6692e92a76883bef4f512d /src/FbAtoms.cc
parent6e460803e4429db5a230417fcbb67214217b58fb (diff)
downloadfluxbox-a01e77133e66e7affaff475f67d8b50975543968.zip
fluxbox-a01e77133e66e7affaff475f67d8b50975543968.tar.bz2
removed colormap atom
Diffstat (limited to 'src/FbAtoms.cc')
-rw-r--r--src/FbAtoms.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/FbAtoms.cc b/src/FbAtoms.cc
index 5a75f2b..8a7034d 100644
--- a/src/FbAtoms.cc
+++ b/src/FbAtoms.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbAtoms.cc,v 1.6 2003/04/15 11:59:02 fluxgen Exp $ 22// $Id: FbAtoms.cc,v 1.7 2003/04/26 18:56:02 fluxgen Exp $
23 23
24#include "FbAtoms.hh" 24#include "FbAtoms.hh"
25#include "App.hh" 25#include "App.hh"
@@ -53,8 +53,6 @@ FbAtoms *FbAtoms::instance() {
53void FbAtoms::initAtoms() { 53void FbAtoms::initAtoms() {
54 Display *display = FbTk::App::instance()->display(); 54 Display *display = FbTk::App::instance()->display();
55 55
56 xa_wm_colormap_windows =
57 XInternAtom(display, "WM_COLORMAP_WINDOWS", False);
58 xa_wm_protocols = XInternAtom(display, "WM_PROTOCOLS", False); 56 xa_wm_protocols = XInternAtom(display, "WM_PROTOCOLS", False);
59 xa_wm_state = XInternAtom(display, "WM_STATE", False); 57 xa_wm_state = XInternAtom(display, "WM_STATE", False);
60 xa_wm_change_state = XInternAtom(display, "WM_CHANGE_STATE", False); 58 xa_wm_change_state = XInternAtom(display, "WM_CHANGE_STATE", False);