]> git.ipfire.org Git - thirdparty/plymouth.git/commit
Change window to take a vt number instead of a tty device file
authorRay Strode <rstrode@redhat.com>
Wed, 4 Jun 2008 18:20:18 +0000 (14:20 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 4 Jun 2008 19:05:19 +0000 (15:05 -0400)
commit34d6c76b2f003dbd0f49d2470ec74c4e342bcd0d
tree518b0acb4f99b8d7db4eb55ea2008267eace2eb1
parentcd9a67bcafc84056f345ba40141c3e52539de7d0
Change window to take a vt number instead of a tty device file

We are going to want to change to the vt of the tty that we're
using for the window.  This means we need to know the vt number
instead of the device file.  From the number we can derive the
device filename.
src/main.c
src/ply-window.c
src/ply-window.h