X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.h;h=cce3dd1f46ee5b4910f661f44dc46fc65f0edcbc;hb=a2849a728df4e71443d74ea20a6823db28ba4396;hp=a9d1b573249fa55fdf994f54eac31410a581408b;hpb=18b92777aed037c2242928ec585452ef253667cb;p=chaz%2Fopenbox diff --git a/openbox/prop.h b/openbox/prop.h index a9d1b573..cce3dd1f 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + prop.h for the Openbox window manager + Copyright (c) 2003 Ben Jansens + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #ifndef __atoms_h #define __atoms_h @@ -133,8 +151,8 @@ typedef struct Atoms { /* Extra atoms */ - Atom kde_net_system_tray_windows; - Atom kde_net_wm_system_tray_window_for; + Atom kde_net_wm_frame_strut; + Atom kde_wm_change_state; Atom kde_net_wm_window_type_override; Atom kwm_win_icon; @@ -145,7 +163,7 @@ typedef struct Atoms { /* Openbox specific atoms */ Atom openbox_pid; - Atom openbox_premax; + Atom ob_wm_state_undecorated; } Atoms; Atoms prop_atoms;