]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.c
dont need to swallow enter events on ungrab cuz we just ignore them all now
[chaz/openbox] / openbox / prop.c
index b3349e323414d2d456613b70b2787cb3fdbb8d0e..827ab4e9cf3be29722b3a983116ce70f41adf18c 100644 (file)
@@ -1,3 +1,21 @@
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
+
+   prop.c 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.
+*/
+
 #include "prop.h"
 #include "openbox.h"
 
@@ -51,6 +69,8 @@ void prop_startup()
     CREATE(net_wm_moveresize, "_NET_WM_MOVERESIZE");
     CREATE(net_moveresize_window, "_NET_MOVERESIZE_WINDOW");
 
+    CREATE(net_startup_id, "_NET_STARTUP_ID");
+
     CREATE(net_wm_name, "_NET_WM_NAME");
     CREATE(net_wm_visible_name, "_NET_WM_VISIBLE_NAME");
     CREATE(net_wm_icon_name, "_NET_WM_ICON_NAME");
This page took 0.023854 seconds and 4 git commands to generate.