]> Pileus Git - wmpus/blobdiff - wm-tags.c
Add desktop files
[wmpus] / wm-tags.c
index cfa9f85083c693f0397a83e181467fbf5bf695f3..a8756f43858e6c9e5b569116ea091ff975157e04 100644 (file)
--- a/wm-tags.c
+++ b/wm-tags.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Andy Spencer <andy753421@gmail.com>
+ * Copyright (c) 2011-2012, Andy Spencer <andy753421@gmail.com>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -64,6 +64,11 @@ int wm_handle_ptr(win_t *cwin, ptr_t ptr)
        return 0;
 }
 
+int wm_handle_state(win_t *win, state_t prev, state_t next)
+{
+       return 0;
+}
+
 void wm_insert(win_t *win)
 {
        tags[tag] = list_insert(tags[tag], win);