diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-06-11 09:47:53 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-06-11 09:47:53 +0000 |
| commit | e0aa54a8912e34e94d42872dba95ade0fda7fdca (patch) | |
| tree | bf9394420c350f99bde7b6e7a5cdc9a3010391fd /openbox/event.c | |
| parent | f07b18cf3a9d5be1445f6aac9f1380da374fa7f4 (diff) | |
rip out the VIDMODE extension stuff. this was only used to size fullscreen windows to the viewport, i doubt anyone is actually using it and it interacts very badly with xinerama.
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openbox/event.c b/openbox/event.c index f2c8cf45..a38a331f 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -600,11 +600,6 @@ static void event_handle_root(XEvent *e) break; default: ; -#ifdef VIDMODE - if (extensions_vidmode && e->type == extensions_vidmode_event_basep) { - ob_debug("VIDMODE EVENT\n"); - } -#endif } } |
